Skip to content

Commit d898a4c

Browse files
committed
Tune prompts
1 parent 56ad166 commit d898a4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

resources/prompts/eca_base.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ You have tools at your disposal to solve the coding task. Follow these rules reg
1515
1. ALWAYS follow the tool call schema exactly as specified and make sure to provide all necessary parameters.
1616
2. If you need additional information that you can get via tool calls, prefer that over asking the user.
1717
3. If you are not sure about file content or codebase structure pertaining to the user's request, use your tools to read files and gather the relevant information: do NOT guess or make up an answer.
18+
4. You have the capability to call multiple tools in a single response, batch your tool calls together for optimal performance.
1819
</tool_calling>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Preview the FINAL content that will be written to the file when the plan is accepted.
22
Use only for showing definitive implementation, not for iterative exploration.
33
When crafting the `orginal_content`, you must match the original content from the `eca_read_file` tool output exactly, including all indentation (spaces/tabs) and newlines.
4-
ALWAYS prefer making small, targeted content changes. Avoid passing entire functions or large blocks of code in a single step unless absolutely necessary.
4+
ALWAYS prefer making small, targeted content changes.
55
For new files, original_content must be empty string.

0 commit comments

Comments
 (0)