Skip to content

Commit 8065db4

Browse files
committed
Use <reasoning> .. <verdict> format
1 parent fca8a78 commit 8065db4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cedarscript_editor/cedarscript_editor.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ def __init__(self, command_ordinal: int, description: str):
5757
"\n<suggestion>Reflect about common mistakes when using CEDARScript. Now relax, take a deep breath, "
5858
"think step-by-step and write an in-depth analysis of what went wrong (specifying which command ordinal "
5959
"failed), then acknowledge which commands were already applied and concisely describe the state at which "
60-
"the file was left (saying what needs to be done now), then write new commands that will fix the problem"
60+
"the file was left (saying what needs to be done now). Write all that in the format "
61+
"<reasoning>...Chain of thoughts and reasoning here...<reasoning>\\n<verdict>...distilled analysis here...</verdict>; "
62+
"Then write new commands that will fix the problem"
6163
f"{previous_cmd_notes} (you'll get a one-million dollar tip if you get it right!) "
6264
"Use descriptive comment before each command; If showing CEDARScript commands to the user, "
6365
"*DON'T* enclose them in ```CEDARSCript and ``` otherwise they will be executed!"

0 commit comments

Comments
 (0)