mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 01:41:25 -06:00
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
This commit is contained in:
parent
f384793649
commit
dcb50effef
@ -42,7 +42,7 @@ root_agent = Agent(
|
|||||||
model="gemini-2.0-flash",
|
model="gemini-2.0-flash",
|
||||||
name="bigquery_agent",
|
name="bigquery_agent",
|
||||||
instruction="""
|
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.
|
Use the provided tools to conduct various operations on users' data in Google BigQuery.
|
||||||
|
|
||||||
Scenario 1:
|
Scenario 1:
|
||||||
|
Loading…
Reference in New Issue
Block a user