There was an error while loading. Please reload this page.
1 parent 0c85587 commit 16e8419Copy full SHA for 16e8419
contributing/samples/bigquery/agent.py
@@ -62,7 +62,7 @@
62
63
# The variable name `root_agent` determines what your root agent is for the
64
# debug CLI
65
-root_agent = llm_agent.Agent(
+root_agent = LlmAgent(
66
model="gemini-2.0-flash",
67
name="bigquery_agent",
68
description=(
0 commit comments