From 16e8419e32b54298f782ba56827e5139effd8780 Mon Sep 17 00:00:00 2001 From: Google Team Member Date: Mon, 28 Jul 2025 17:31:07 -0700 Subject: [PATCH] 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 --- contributing/samples/bigquery/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/samples/bigquery/agent.py b/contributing/samples/bigquery/agent.py index 2b5fd0873..f1ba10fe2 100644 --- a/contributing/samples/bigquery/agent.py +++ b/contributing/samples/bigquery/agent.py @@ -62,7 +62,7 @@ # 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=(