From 4fdb6daf0af305b07dc78b5808d3fb024d89fb0a Mon Sep 17 00:00:00 2001 From: Harsh Jha Date: Thu, 5 Feb 2026 11:07:52 +0530 Subject: [PATCH] chore: updated model id to gemini 3 in doc --- docs/en/sdks/JS-sdk/adk/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sdks/JS-sdk/adk/index.md b/docs/en/sdks/JS-sdk/adk/index.md index b086fdf66a..d64a1c1d34 100644 --- a/docs/en/sdks/JS-sdk/adk/index.md +++ b/docs/en/sdks/JS-sdk/adk/index.md @@ -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: