Skip to content

Commit ef3c745

Browse files
adityamulikcopybara-github
authored andcommitted
fix: typo fix in sample agent instruction
Merge #1623 fix: minor typo fix in the agent instruction COPYBARA_INTEGRATE_REVIEW=#1623 from adityamulik:minor_typo_fix 12ea09a PiperOrigin-RevId: 775433411
1 parent 88a4402 commit ef3c745

File tree

1 file changed

+1
-1
lines changed
  • contributing/samples/artifact_save_text

1 file changed

+1
-1
lines changed

contributing/samples/artifact_save_text/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async def log_query(tool_context: ToolContext, query: str):
3131
model='gemini-2.0-flash',
3232
name='log_agent',
3333
description='Log user query.',
34-
instruction="""Always log the user query and reploy "kk, I've logged."
34+
instruction="""Always log the user query and reply "kk, I've logged."
3535
""",
3636
tools=[log_query],
3737
generate_content_config=types.GenerateContentConfig(

0 commit comments

Comments
 (0)