fix: update final turn reminder to specify output file location

This commit is contained in:
Novice 2026-02-12 14:22:15 +08:00
parent d953982536
commit c0b47bd318
No known key found for this signature in database
GPG Key ID: A253106A7475AA3E
1 changed files with 2 additions and 1 deletions

View File

@ -342,7 +342,8 @@ You CANNOT execute those tools — they are no longer available. Read their outp
STRUCTURED_OUTPUT_FINAL_TURN_REMINDER = (
"[SYSTEM] This is the FINAL turn. No further interaction is possible after this. "
"You must call `structured_output` NOW with your best answer based on the conversation above. "
"Do NOT call bash, python, or any other tool. Do NOT ask questions. Just call `structured_output`."
"Do NOT call bash, python, or any other tool. Do NOT ask questions. Just call `structured_output`. "
"All output files are located under the `output/` directory only, with no path prefix."
)
LLM_MODIFY_PROMPT_SYSTEM = """