Skip to content
Google Gemini 2.0 F...
 
Notifications
Clear all

Google Gemini 2.0 Flash - EXP

20 Posts
16 Users
0 Reactions
6 Views
owner232
(@owner232)
Posts: 1
New Member
 

OpenAI functions correctly, but Google Gemini does not. It fails to return any data, regardless of the configuration.

 
Posted : 20/02/2025 4:26 pm
ofs
 ofs
(@ofs)
Posts: 1
New Member
 

It appears others are encountering a similar issue. You can see the discussion here: see

The primary challenge seems to be parsing the response from Gemini. In this scenario, the goal was to obtain a JSON formatted result, but Gemini returned it with extraneous symbols and text. For more details, please refer to the topic. If you can provide JavaScript code to parse the Gemini response, similar to this example, I can then record all JSON data into Google Sheets with proper mapping.

If my reply solves your problem, please remember to mark it as a solution.

 
Posted : 21/02/2025 10:17 pm
vmwinckler
(@vmwinckler)
Posts: 1
New Member
 

Encountering a bad request here.

 
Posted : 26/02/2025 11:44 am
k2l
 k2l
(@k2l)
Posts: 1
New Member
 

:white_check_mark:

I have found the SOLUTION!

:white_check_mark:

I have found the SOLUTION!

After struggling with this issue, I finally figured it out! When you add a tool (like Google Docs) to your AI agent in callin.io, the Google Gemini Chat Model requires at least one dynamic parameter to function properly. That means you need to define an input field using the $fromAI() function so that Gemini can dynamically generate values during execution.

But here’s the catch—tool naming matters a lot! If your tool’s name has spaces or special characters, Gemini won’t recognize it properly. It treats the tool as a function, and function names need to follow strict rules.

 
Posted : 09/03/2025 10:08 pm
Shahmeer
(@shahmeer)
Posts: 1
New Member
 

Hello, I'm encountering the same problem. Could you please clarify what you mean by “chatInput”?

 
Posted : 15/03/2025 5:10 pm
Page 2 / 2
Share: