fwang2002

Results 4 comments of fwang2002

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.