Csaba Toth

Results 259 comments of Csaba Toth

> @MrCsabaToth > > Sorry, if I set model as 'gemini-1.5-flash' it works! No problem but I'm still highly interested in the source code

Actually now I'm at the point that I'm trying function calling and it doesn't seem to be working. I was providing a function to retrieve weather data. I tried both...

> > Actually now I'm at the point that I'm trying function calling and it doesn't seem to be working. I was providing a function to retrieve weather data. I...

I tested explicitly specifying `toolConfig: ToolConfig(functionCallingConfig: FunctionCallingConfig(mode: FunctionCallingMode.auto))` and it didn't help. My source code: https://github.com/CsabaConsulting/InspectorGadgetApp/blob/21cfcc45436dd1c155c703183d22c0239376ee56/lib/interaction/view/interaction_page.dart#L257

Reporting back about what I've found out: @adamglin0 was exactly right here https://github.com/google-gemini/generative-ai-dart/issues/81#issuecomment-2172053459 If I go with `gemini-1.5-flash` or `gemini-1.5-pro` instead of `gemini-1.5-flash-latest` or `gemini-1.5-pro-latest` (so not using the `-latest`...

I'm dealing with a problem with multiple tools: #194

Or can it be a UI state handling issue of the app?

What was weird to me is that the print showed that field the error complains about, however the dir didn't

This PR added back V1 embedding which now causes problem.

Correction: this is with Gemini 1.5 Flash, I'll experiment with Pro again, possibly file another issue (cannot deal with more than 8 functions)