Skip to content

Commit f2da299

Browse files
committed
docs: Improve context prompt formatting and clarity for file modifications
1 parent 24a6754 commit f2da299

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

prompts/context_prompt.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Please analyze the code provided above and suggest improvements, optimizations, or fixes.
22

3-
When you make changes to the code, please format your response as follows:
3+
When you make changes to the code, please format your response as a single Markdown file containing multiple modified files.
44

5-
1. First provide a summary of your changes and the reasoning behind them.
6-
2. Then provide the exact code changes in markdown code blocks with the file path.
5+
For each modified file provide:
6+
1. a summary of your changes and the reasoning behind them.
7+
2. the exact code changes in markdown code block with the file path.
78

89
Make sure to include the file name and it's full content, like this:
910

0 commit comments

Comments
 (0)