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
Currenty, functions only support regular properties, no anyOf types. Some MCP servers, namely the official mcp-server-git use anyOf. As the parameter description does not fit the type, not parameter type is passed and the LLM fails to call the function at runtime.
The text was updated successfully, but these errors were encountered:
- Added support for `anyOf` types in function parameters.
- Modified the language model and added new test cases for validation.
- Ensures compatibility with MCP servers using `anyOf`, like the official `mcp-server-git`.
Fixed#15011
Currenty, functions only support regular properties, no anyOf types. Some MCP servers, namely the official mcp-server-git use anyOf. As the parameter description does not fit the type, not parameter type is passed and the LLM fails to call the function at runtime.
The text was updated successfully, but these errors were encountered: