mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
fix: restore bigquery sample agent to runnable form
A previous change of import paths had rendered the agent not-runnable out of the box. This change fixes that. PiperOrigin-RevId: 788221276
This commit is contained in:
committed by
Copybara-Service
parent
0c855877c5
commit
16e8419e32
@@ -62,7 +62,7 @@ bigquery_toolset = BigQueryToolset(
|
||||
|
||||
# The variable name `root_agent` determines what your root agent is for the
|
||||
# debug CLI
|
||||
root_agent = llm_agent.Agent(
|
||||
root_agent = LlmAgent(
|
||||
model="gemini-2.0-flash",
|
||||
name="bigquery_agent",
|
||||
description=(
|
||||
|
||||
Reference in New Issue
Block a user