atlasbot: fix fact select prompt

This commit is contained in:
Brad Stein 2026-02-01 12:24:39 -03:00
parent 42be65cbcf
commit ab7a7d3bd3

View File

@ -216,7 +216,7 @@ FACT_SELECT_SYSTEM = (
FACT_SELECT_PROMPT = ( FACT_SELECT_PROMPT = (
"Pick up to {max_lines} lines from Candidates that best answer the question. " "Pick up to {max_lines} lines from Candidates that best answer the question. "
"If the question asks for highest/hottest and Candidates include a line starting with 'hottest:', prefer that line. " "If the question asks for highest/hottest and Candidates include a line starting with 'hottest:', prefer that line. "
"Return JSON with field: lines (list of strings). If none apply, return {\"lines\": []}." "Return JSON with field: lines (list of strings). If none apply, return {{\"lines\": []}}."
) )
SELECT_CLAIMS_PROMPT = ( SELECT_CLAIMS_PROMPT = (