Files
ai-code-assistant/pkg/llm/prompts/generate_patch.tmpl
Michael Powers 4b8b8132fd First Working Prototype
This application is a simple proof of concept demonstrating an agent capable of taking a prompt and generating a patch implementing code satisfying the prompt along with an accompanying unit test.
2025-04-20 07:47:41 -04:00

11 lines
305 B
Cheetah

given the following code snippet in markdown format perform the following task:
{{ .Prompt }}
return the modified function as a code block formatted in markdown, make sure to retain as much of the preceding and
trailing context as possible
!IMPORTANT do not add any explanation
```go
{{ .Context }}
```