Skip to content

Commit

Permalink
TMP Manual Prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
bauersimon committed Apr 3, 2024
1 parent 5d8eedc commit 2a85791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/llm/llm.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func NewLLMModel(provider provider.QueryProvider, modelIdentifier string) model.

// llmGenerateTestForFilePrompt is the prompt used to query LLMs for test generation.
var llmGenerateTestForFilePrompt = bytesutil.StringTrimIndentations(`
Given the following Go code file, provide a test file for this code.
Given the following Go code file "plain.test" with package "native", provide a test file for this code.
The tests should produce 100 percent code coverage and must compile.
The response must contain only the test code and nothing else.
`)
Expand Down

0 comments on commit 2a85791

Please sign in to comment.