From dcb50effefad9a713181eb5b07fca1b979305539 Mon Sep 17 00:00:00 2001 From: Adrian Cole <64215+codefromthecrypt@users.noreply.github.com> Date: Fri, 16 May 2025 09:18:12 -0700 Subject: [PATCH] Copybara import of the project: -- 636685818a512e9de30d5119f0244261cf16af27 by Adrian Cole <64215+codefromthecrypt@users.noreply.github.com>: fix: corrects typo in bigquery sample Noticed while reading that google was spelled wrong. COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/709 from codefromthecrypt:patch-1 b30e819979f81962a2e44922bfd2dadd539fe3ea PiperOrigin-RevId: 759641065 --- contributing/samples/bigquery_agent/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/samples/bigquery_agent/agent.py b/contributing/samples/bigquery_agent/agent.py index e206c8a..976cea1 100644 --- a/contributing/samples/bigquery_agent/agent.py +++ b/contributing/samples/bigquery_agent/agent.py @@ -42,7 +42,7 @@ root_agent = Agent( model="gemini-2.0-flash", name="bigquery_agent", instruction=""" - You are a helpful Google BigQuery agent that help to manage users' data on Goolge BigQuery. + You are a helpful Google BigQuery agent that help to manage users' data on Google BigQuery. Use the provided tools to conduct various operations on users' data in Google BigQuery. Scenario 1: