We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca8a78 commit 8065db4Copy full SHA for 8065db4
1 file changed
src/cedarscript_editor/cedarscript_editor.py
@@ -57,7 +57,9 @@ def __init__(self, command_ordinal: int, description: str):
57
"\n<suggestion>Reflect about common mistakes when using CEDARScript. Now relax, take a deep breath, "
58
"think step-by-step and write an in-depth analysis of what went wrong (specifying which command ordinal "
59
"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"
+ "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"
63
f"{previous_cmd_notes} (you'll get a one-million dollar tip if you get it right!) "
64
"Use descriptive comment before each command; If showing CEDARScript commands to the user, "
65
"*DON'T* enclose them in ```CEDARSCript and ``` otherwise they will be executed!"
0 commit comments