Skip to content

Commit 2715d1e

Browse files
google-genai-botcopybara-github
authored andcommitted
fix: Fix the bigquery sample agent
A previous change of import paths had rendered the agent non-runnable out of the box. This change fixes that. PiperOrigin-RevId: 786538491
1 parent 1639298 commit 2715d1e

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
@@ -62,7 +62,7 @@
6262

6363
# The variable name `root_agent` determines what your root agent is for the
6464
# debug CLI
65-
root_agent = llm_agent.Agent(
65+
root_agent = LlmAgent(
6666
model="gemini-2.0-flash",
6767
name="bigquery_agent",
6868
description=(

0 commit comments

Comments
 (0)