-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to call tool from openapi-mcp-server #244587
Comments
This is an artefact of letting MCP tools be able to be referenced in the prompt even if the model can't always figure out their args. Not sure what we should do here, should be treat failures to compute args a warning rather than a failure? |
What does that mean? What did the model generate? |
The "Failed to compute args for tool" comes from copilot when it tries to fill in the arguments for a tool reference |
Yeah but from the code it looks like we made a request, and tried to force the tool call, but it came back with a response that didn't include a tool call right? So what did it do? |
Ah, I can repro, and that was actually hiding a 400 error. It was the string length limit. I need to apply schema normalization separately to the references call clearly. Sorry for the false assignment. |
I see, we should also make sure that |
Testing #244522
find information about the openai api
and see the toolgetApiOverview
invoked#getApiOverview find information about the openai api
The text was updated successfully, but these errors were encountered: