From fd2c0f556b786417a9f6add744827b07e7a06b7d Mon Sep 17 00:00:00 2001 From: Google Team Member Date: Mon, 12 Jan 2026 23:29:43 -0800 Subject: [PATCH] chore: Upgrade the sample BQ agent model version to `gemini-2.5-flash` This change should give a more intelligent out-of-the-box experience to the sample BigQuery agent users. PiperOrigin-RevId: 855552871 --- contributing/samples/bigquery/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/samples/bigquery/agent.py b/contributing/samples/bigquery/agent.py index 56a7367c..2389b25f 100644 --- a/contributing/samples/bigquery/agent.py +++ b/contributing/samples/bigquery/agent.py @@ -71,7 +71,7 @@ bigquery_toolset = BigQueryToolset( # The variable name `root_agent` determines what your root agent is for the # debug CLI root_agent = LlmAgent( - model="gemini-2.0-flash", + model="gemini-2.5-flash", name=BIGQUERY_AGENT_NAME, description=( "Agent to answer questions about BigQuery data and models and execute"