chore: updated model id to gemini 3 in doc

This commit is contained in:
Harsh Jha
2026-02-05 11:07:52 +05:30
parent aedddeb9ae
commit 4fdb6daf0a

View File

@@ -435,7 +435,7 @@ const loadedTools = await toolboxClient.loadToolset();
export const rootAgent = new LlmAgent({
name: 'weather_time_agent',
model: 'gemini-2.5-flash',
model: 'gemini-3-flash-preview',
description:
'Agent to answer questions about the time and weather in a city.',
instruction: