You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Google Search grounding toggle to Gemini nodes
Enable Google Search as a built-in tool on all Gemini text generation
and agent nodes via a hidden boolean toggle. When enabled, responses
are grounded in current web results. Grounding metadata (search queries,
sources, citations) is exposed as a new hidden output.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@@ -18,5 +22,6 @@ export class AgentGemini25FlashNode extends BaseAgentNode {
18
22
tags: ["AI","Agent","Google","Gemini"],
19
23
documentation:
20
24
"This node runs a multi-turn agent loop using Gemini 2.5 Flash. The agent calls the LLM, executes tool calls, and iterates until the task is complete or the step limit is reached.",
@@ -18,5 +22,6 @@ export class AgentGemini31ProNode extends BaseAgentNode {
18
22
tags: ["AI","Agent","Google","Gemini"],
19
23
documentation:
20
24
"This node runs a multi-turn agent loop using Gemini 3.1 Pro. The agent calls the LLM, executes tool calls, and iterates until the task is complete or the step limit is reached.",
@@ -18,5 +22,6 @@ export class AgentGemini3FlashNode extends BaseAgentNode {
18
22
tags: ["AI","Agent","Google","Gemini"],
19
23
documentation:
20
24
"This node runs a multi-turn agent loop using Gemini 3 Flash. The agent calls the LLM, executes tool calls, and iterates until the task is complete or the step limit is reached.",
0 commit comments