fwang2002
fwang2002
Google Gemini model fails to use tools properly in follow-up messages (gemini-2.5-pro-preview-03-25)
I use gemini flash 2.5 with multiple tools. The schema is: ```js z.object({ questions: z.array(z.object({ question: z.string(), answer: z.string(), })), }) ``` Sometimes, the model will output only text, without...
Yes, just like if I use openai compatible sdk, it can communicate with agno agent, without concerning the protocol transformation.
It seems the returned tool call id of gemini flash 2.5 has added a random number.