Skip to content

Commit fd2c0f5

Browse files
google-genai-botcopybara-github
authored andcommitted
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
1 parent 6d2f33a commit fd2c0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/samples/bigquery/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
# The variable name `root_agent` determines what your root agent is for the
7272
# debug CLI
7373
root_agent = LlmAgent(
74-
model="gemini-2.0-flash",
74+
model="gemini-2.5-flash",
7575
name=BIGQUERY_AGENT_NAME,
7676
description=(
7777
"Agent to answer questions about BigQuery data and models and execute"

0 commit comments

Comments
 (0)