From c0b47bd318fa7f3850a584fc5b454da6e9e8e253 Mon Sep 17 00:00:00 2001 From: Novice Date: Thu, 12 Feb 2026 14:22:15 +0800 Subject: [PATCH] fix: update final turn reminder to specify output file location --- api/core/llm_generator/prompts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/core/llm_generator/prompts.py b/api/core/llm_generator/prompts.py index 72d6d8bc60..02624eca3f 100644 --- a/api/core/llm_generator/prompts.py +++ b/api/core/llm_generator/prompts.py @@ -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 = """