Failed to make API Calls from tools
Hey guys, I'm trying to make some API Calls with tool calling, but I'm facing some issues:
- I can't create an
API Requesttool (I'm getting this warning: body.type: Invalid literal value, expected "object") - I have once created a
functiontool, and it was working, but not anymore. All the conversation JSON is being sent to my API endpoints now, not only the tool args.