From 12ea09ae397b5c5e2a9ada48017cd1ca14add72e Mon Sep 17 00:00:00 2001 From: Aditya Mulik Date: Tue, 24 Jun 2025 10:26:30 -0400 Subject: [PATCH] Typo fix Minor typo fix in the agent instruction --- contributing/samples/artifact_save_text/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/samples/artifact_save_text/agent.py b/contributing/samples/artifact_save_text/agent.py index 53a7f300d..3ce43bcd1 100755 --- a/contributing/samples/artifact_save_text/agent.py +++ b/contributing/samples/artifact_save_text/agent.py @@ -31,7 +31,7 @@ async def log_query(tool_context: ToolContext, query: str): model='gemini-2.0-flash', name='log_agent', 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], generate_content_config=types.GenerateContentConfig(