1 parent f8f45f4 commit 6c68471Copy full SHA for 6c68471
1 file changed
python_agent_harness/config.py
@@ -35,10 +35,10 @@
35
# ---- completion supervision ----------------------------------------------
36
MAX_NUDGES = 2
37
NUDGE_MESSAGE = (
38
- "Review the original user request and the Task Completion Rules in the context."
39
- "Verify whether all completion criteria are satisfied."
40
- "If all criteria are already satisfied and verified, finish the task normally."
41
- "Otherwise, continue working and make the necessary tool calls."
+ "Review the original user request and the Task Completion Rules in the context. "
+ "Verify whether all completion criteria are satisfied. "
+ "If all criteria are already satisfied and verified, finish the task normally. "
+ "Otherwise, continue working and make the necessary tool calls. "
42
"Do not stop until the rules are fully met."
43
)
44
0 commit comments