mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-05 04:35:14 -05:00
chore: updated model id to gemini 3 in doc
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user