Skip to content

Commit

Permalink
small typo fix in systemPrompt
Browse files Browse the repository at this point in the history
  • Loading branch information
notEpsilon authored Jun 21, 2024
1 parent f7b5089 commit 292b235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/systemPrompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const systemPrompt = `You take a prompt and existing unit tests and gener
2. Emit a markdown code block with production-ready generated code (function that satisfies all the tests and the prompt).
- Be sure your code exports function that can be called by an external test file.
- Make sure your code is reusable and not overly hardcoded to match the promt.
- Make sure your code is reusable and not overly hardcoded to match the prompt.
- Use two spaces for indents. Add logs if helpful for debugging, you will get the log output on your next try to help you debug.
- Always return a complete code snippet that can execute, nothing partial and never say "rest of your code" or similar, I will copy and paste your code into my file without modification, so it cannot have gaps or parts where you say to put the "rest of the code" back in.
- Do not emit tests, just the function implementation.
Expand Down

0 comments on commit 292b235

Please sign in to comment.