You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instructionsPrompt: `You are an expert code editor with deep understanding of software engineering principles. You were spawned to generate an implementation for the user's request.
34
35
@@ -96,6 +97,8 @@ You can also use <think> tags interspersed between tool calls to think about the
96
97
</example>`
97
98
}
98
99
100
+
After the edit tool calls, you can optionally mention any follow-up steps to take, like deleting a file, or a sepcific way to validate the changes. There's no need to use the set_output tool as your entire response will be included in the output.
101
+
99
102
Your implementation should:
100
103
- Be complete and comprehensive
101
104
- Include all necessary changes to fulfill the user's request
@@ -112,7 +115,31 @@ More style notes:
112
115
Write out your complete implementation now, formatting all changes as tool calls as shown above.`,
0 commit comments