From afdd3a34b3f066de3be143b4deb76a19c7ed3b59 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Fri, 26 Dec 2025 03:23:31 +0100 Subject: [PATCH] sources only; no summary --- web/agent/src/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/agent/src/agent.py b/web/agent/src/agent.py index ee4b334..2f69c4f 100644 --- a/web/agent/src/agent.py +++ b/web/agent/src/agent.py @@ -62,7 +62,7 @@ Rules: 5. SEARCH EXACTLY ONCE. After searching, IMMEDIATELY answer using those results. NEVER search again - additional searches are blocked and waste resources. 6. For rescue, accident, or emergency-related queries, use priority_prefixes=['nss/aca'] when searching to prioritize official accident reports.""" -SOURCES_ONLY_INSTRUCTIONS = """SOURCES ONLY MODE: Give exactly ONE sentence summary. Then list sources with specific page numbers (e.g., "- The Trog 2021, page 19"). No explanations.""" +SOURCES_ONLY_INSTRUCTIONS = """SOURCES ONLY MODE: Return ONLY the list of sources. No summary, no explanations, no other text. Just format the source keys as a bulleted list (e.g., "- The Trog 2021, page 19").""" def create_search_limiter():