atlasbot: make missing-info note explicit

This commit is contained in:
Brad Stein 2026-02-03 22:48:42 -03:00
parent 68d229032d
commit 4ff7def3ff

View File

@ -245,6 +245,8 @@ GAP_SYSTEM = (
EVIDENCE_GAP_PROMPT = ( EVIDENCE_GAP_PROMPT = (
"Return JSON with field: note (string). " "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." "If nothing is missing, return empty note."
) )