From 283303032a174d51b8d72f14df83c794d66cb605 Mon Sep 17 00:00:00 2001 From: Xuan Yang Date: Mon, 4 Aug 2025 13:59:21 -0700 Subject: [PATCH] chore: update the prompt to make the ADK Answering Agent more objective PiperOrigin-RevId: 790882938 --- contributing/samples/adk_answering_agent/agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contributing/samples/adk_answering_agent/agent.py b/contributing/samples/adk_answering_agent/agent.py index 8b250f29..41f9aa80 100644 --- a/contributing/samples/adk_answering_agent/agent.py +++ b/contributing/samples/adk_answering_agent/agent.py @@ -247,6 +247,7 @@ root_agent = Agent( * {APPROVAL_INSTRUCTION} * Your response should be based on the information you found in the document store. Do not invent information that is not in the document store. Do not invent citations which are not in the document store. + * **Be Objective**: your answer should be based on the facts you found in the document store, do not be misled by user's assumptions or user's understanding of ADK. * If you can't find the answer or information in the document store, **do not** respond. * Include a bolded note (e.g. "Response from ADK Answering Agent") in your comment to indicate this comment was added by an ADK Answering Agent.