-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[Bug]: parent ticket - gemini tool calling / response format errors #10319
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
Comments
For 2., this is the working tool input {
"type": "function",
"function": {
"name": "test_agent",
"description": "This tool helps find relevant help content",
"parameters": {
"properties": {
"state": {
"properties": {
"messages": {
"items": {
"type": "object"
},
"type": "array"
},
"conversation_id": {
"type": "string"
}
},
"required": [
"messages",
"conversation_id"
],
"type": "object"
},
"config": {
"description": "Configuration for a Runnable.",
"properties": {
"tags": {
"items": {
"type": "string"
},
"type": "array"
},
"metadata": {
"type": "object"
},
"callbacks": {
"anyOf": [
{"type": "array"},
{"type": "object"},
{"type": "null"}
],
},
"run_name": {
"type": "string"
},
"max_concurrency": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"recursion_limit": {
"type": "integer"
},
"configurable": {
"type": "object"
},
"run_id": {
"anyOf": [
{
"format": "uuid",
"type": "string"
},
{
"type": "null"
}
]
}
},
"type": "object"
},
"kwargs": {
"default": None,
"type": "object"
}
},
"required": [
"state",
"config"
],
"type": "object"
}
}
}
] |
@krrishdholakia I tried using the same above payload I shared before and now Im getting this error, can you check on your side? |
@tanvithakur94 "list_customers" isn't in the prior example. Can you please share your complete input |
@krrishdholakia Here is the payload. Can you take a look? |
What happened?
Creating a parent ticket to track the errors for gemini tool calling / response format.
Case 1
Returns:
Case 2
Request:
Response:
Relevant log output
Are you a ML Ops Team?
No
What LiteLLM version are you on ?
v1.67.0
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: