We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febd811 commit 3fec45dCopy full SHA for 3fec45d
src/prompts/ovsm_system_prompt_v3.md
@@ -194,6 +194,8 @@ count
194
195
# Plan Structure
196
197
+**CRITICAL: You MUST provide executable code in the Main Branch section!**
198
+
199
**Expected Plan:** [TIME: estimate] [CONFIDENCE: %]
200
201
**Available Tools:** tool1, tool2, tool3
@@ -209,7 +211,11 @@ count
209
211
210
212
**Action:** Brief description (no code here!)
213
-**Remember:** Main Branch MUST start with `(do` when you have multiple statements!
214
+**IMPORTANT FORMAT RULES:**
215
+- Main Branch MUST contain code wrapped in ```lisp code blocks
216
+- Code MUST start with `(do` when you have multiple statements
217
+- Code MUST be complete, executable OVSM LISP
218
+- Do NOT truncate or abbreviate the code
219
220
---
221
0 commit comments