From 921e5cb3701927b9854a70a48ffd42341186c242 Mon Sep 17 00:00:00 2001 From: Xuan Yang Date: Thu, 11 Sep 2025 10:56:06 -0700 Subject: [PATCH] ci: minor fix for the "bot responded" label for the discussion answering agent PiperOrigin-RevId: 805905926 --- contributing/samples/adk_answering_agent/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/samples/adk_answering_agent/agent.py b/contributing/samples/adk_answering_agent/agent.py index 6bfb4e57..59abeb8c 100644 --- a/contributing/samples/adk_answering_agent/agent.py +++ b/contributing/samples/adk_answering_agent/agent.py @@ -78,7 +78,7 @@ Here are the steps to help answer GitHub discussions: 5. **Post the response**: * If you can find relevant information, use the `add_comment_to_discussion` tool to add a comment to the discussion. - * If you post a comment, add the label {BOT_RESPONSE_LABEL} to the discussion + * If you post a comment, add the label "{BOT_RESPONSE_LABEL}" to the discussion using the `add_label_to_discussion` tool. IMPORTANT: