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:
Google Team Member
2025-07-28 17:31:50 -07:00
committed by Copybara-Service
parent 0c855877c5
commit 16e8419e32
+1 -1
View File
@@ -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=(