From 4ff7def3fffd5daaad4774d386875c4f862b6173 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 3 Feb 2026 22:48:42 -0300 Subject: [PATCH] atlasbot: make missing-info note explicit --- atlasbot/llm/prompts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/atlasbot/llm/prompts.py b/atlasbot/llm/prompts.py index 0bacee4..fcb3caf 100644 --- a/atlasbot/llm/prompts.py +++ b/atlasbot/llm/prompts.py @@ -245,6 +245,8 @@ GAP_SYSTEM = ( EVIDENCE_GAP_PROMPT = ( "Return JSON with field: note (string). " + "If information is missing, note must be one sentence starting with " + "'The answer would benefit from' and list concrete missing data. " "If nothing is missing, return empty note." )