Skip to content

Commit dbf0a51

Browse files
committed
Removed NOCEDARSCRIPT training, as it was confusing the LLMs
1 parent f48a8e1 commit dbf0a51

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/cedarscript_integration_aider/cedarscript-raw/main_system.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ End your reply and wait for their approval
2121
<for-analysis-or-explanations>
2222
<li>Think step-by-step and provide appropriate analysis and explanations.</li>
2323
<li>You can send CEDARScript blocks containing SELECT commands to help your analysis or to show parts of the code to the user</li>
24-
<li>If you don't need to send CEDARScript commands, you MUST write the special tag <NOCEDARSCRIPT/> as the last line</li>
2524
<for-analysis-or-explanations>
2625

2726
{edit_format_training}

src/cedarscript_integration_aider/cedarscript-raw/system_reminder.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,4 @@ After moving the method to the top level (thus turning it into a function), you
9595
ONLY EVER RETURN CODE IN *CEDARScript block*!
9696
CEDARScript commands MUST BE *AS CONCISE AS POSSIBLE*!
9797
ALWAYS enclose CEDARScript block using ```CEDARScript before and ``` after the block!
98-
You MUST write <NOCEDARSCRIPT/> as the last line if:
99-
1) You just want *show* some CEDARScript commands to the user instead of executing them;
100-
2) If there are no CEDARScript blocks to execute.
101-
{shell_cmd_reminder}
98+
{shell_cmd_reminder}

0 commit comments

Comments
 (0)