You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into an issue where the requestBody input schema doesn't seem to get parsed. The tools get registered, and path parameters like /blah/{foo} show up. But a simple schema like this:
Thanks for making this server!
I ran into an issue where the requestBody input schema doesn't seem to get parsed. The tools get registered, and path parameters like
/blah/{foo}
show up. But a simple schema like this:results in a tool with an input schema of:
So when the llm calls the tool, it never passes the correct body in.
The text was updated successfully, but these errors were encountered: