Skip to content

Commit bc12113

Browse files
committed
fix: 优化 next_move_prompt.py
1 parent 33b7dc3 commit bc12113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ceo/prompt/next_move_prompt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ def __init__(self, request: str | dict,
142142
"limitation_for_args_output_format": f'The "{SEPARATOR}" pattern should be after '
143143
f'all the thought processes and before the <args and ability>.'
144144
f'The <args> should be after the "{SEPARATOR}" pattern.'
145-
'The <args> should be formatted as json.'
145+
'The <args> should be well formatted in JSON!!'
146146
'In <args> you only gives the arguments for the chosen one ability.'
147-
'The ability should be after <args>.',
147+
'The <ability> should be after <args>.',
148148
"hint_for_separation_pattern": f'The "{SEPARATOR}" pattern which separates <thought processes> and '
149149
'<args and ability> is absolutely important, do not forget to place it.',
150150
"hint_for_end_pattern": f'The "{END}" pattern marks the end of your whole response, '

0 commit comments

Comments
 (0)