mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
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
This commit is contained in:
committed by
Copybara-Service
parent
6d2f33a59c
commit
fd2c0f556b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user