mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 03:04:21 +01:00
remove test code
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
|
||||
"github.com/kujtimiihoxha/termai/internal/llm/tools"
|
||||
)
|
||||
|
||||
func main() {
|
||||
t := tools.NewSourcegraphTool()
|
||||
r, _ := t.Run(context.Background(), tools.ToolCall{
|
||||
Input: `{"query": "context.WithCancel lang:go"}`,
|
||||
})
|
||||
fmt.Println(r.Content)
|
||||
}
|
||||
Reference in New Issue
Block a user