atlasbot: fix fact select prompt
This commit is contained in:
parent
42be65cbcf
commit
ab7a7d3bd3
@ -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 = (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user