mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
fix: typo fix in sample agent instruction
Merge https://github.com/google/adk-python/pull/1623 fix: minor typo fix in the agent instruction COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/1623 from adityamulik:minor_typo_fix 12ea09ae397b5c5e2a9ada48017cd1ca14add72e PiperOrigin-RevId: 775433411
This commit is contained in:
committed by
Copybara-Service
parent
88a4402d14
commit
ef3c745d65
@@ -31,7 +31,7 @@ root_agent = Agent(
|
|||||||
model='gemini-2.0-flash',
|
model='gemini-2.0-flash',
|
||||||
name='log_agent',
|
name='log_agent',
|
||||||
description='Log user query.',
|
description='Log user query.',
|
||||||
instruction="""Always log the user query and reploy "kk, I've logged."
|
instruction="""Always log the user query and reply "kk, I've logged."
|
||||||
""",
|
""",
|
||||||
tools=[log_query],
|
tools=[log_query],
|
||||||
generate_content_config=types.GenerateContentConfig(
|
generate_content_config=types.GenerateContentConfig(
|
||||||
|
|||||||
Reference in New Issue
Block a user