Selaa lähdekoodia

remove test code

Kujtim Hoxha 11 kuukautta sitten
vanhempi
sitoutus
a6db4f652c
1 muutettua tiedostoa jossa 0 lisäystä ja 16 poistoa
  1. 0 16
      cmd/lsp/main.go

+ 0 - 16
cmd/lsp/main.go

@@ -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)
-}