Skip to content

Commit 9761576

Browse files
committed
new final prompt to restrict further action
1 parent ffb9fc5 commit 9761576

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/v3/orchestration/human_approval_manager.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ def __init__(self, *args, **kwargs):
6262
"""
6363

6464
final_append = """
65-
The final answer should not include any offers of further conversation or assistance. The application will not all further interaction with the user.
66-
The final answer should be a complete and final response to the user's original request.
65+
DO NOT EVER OFFER TO HELP FURTHER IN THE FINAL ANSWER! Just provide the final answer and end with a polite closing.
6766
"""
6867

6968
# kwargs["task_ledger_facts_prompt"] = ORCHESTRATOR_TASK_LEDGER_FACTS_PROMPT + facts_append

0 commit comments

Comments
 (0)