-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I've added the MCP server into my Gemini config, and get this error when trying to make any queries:
{
"error": {
"code": 400,
"message": "Unable to submit request because `create-field` functionDeclaration `parameters.data.meta.width` schema didn't specify the
schema type field. Learn more: https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/function-calling",
"errors": [
{
"message": "Unable to submit request because `create-field` functionDeclaration `parameters.data.meta.width` schema didn't specify the
schema type field. Learn more: https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/function-calling",
"domain": "global",
"reason": "badRequest"
}
],
"status": "INVALID_ARGUMENT"
}
}
Metadata
Metadata
Assignees
Labels
No labels