Skip to content

Commit 6c68471

Browse files
committed
Fix formatting issue.
1 parent f8f45f4 commit 6c68471

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

python_agent_harness/config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
# ---- completion supervision ----------------------------------------------
3636
MAX_NUDGES = 2
3737
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."
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. "
4242
"Do not stop until the rules are fully met."
4343
)
4444

0 commit comments

Comments
 (0)