Refactored, added comprehensive testing.
All checks were successful
Release / release (push) Successful in 3m17s
All checks were successful
Release / release (push) Successful in 3m17s
This commit is contained in:
5
input/testdata/code.go
vendored
Normal file
5
input/testdata/code.go
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
println("hello")
|
||||
}
|
||||
4
input/testdata/data.json
vendored
Normal file
4
input/testdata/data.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "test",
|
||||
"value": 42
|
||||
}
|
||||
1
input/testdata/prompt1.txt
vendored
Normal file
1
input/testdata/prompt1.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
Analyze the following code.
|
||||
4
input/testdata/prompt2.txt
vendored
Normal file
4
input/testdata/prompt2.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
Focus on:
|
||||
- Performance
|
||||
- Security
|
||||
- Readability
|
||||
0
input/testdata/prompt_empty.txt
vendored
Normal file
0
input/testdata/prompt_empty.txt
vendored
Normal file
Reference in New Issue
Block a user