internal/agent/tools/tools.go 🔗
@@ -3,6 +3,7 @@ package tools
import (
"context"
"os"
+ "strconv"
"strings"
)
Christian Rocha created
💘 Generated with Crush
Assisted-by: GLM-5.1 via Crush <crush@charm.land>
internal/agent/tools/tools.go | 1 +
1 file changed, 1 insertion(+)
@@ -3,6 +3,7 @@ package tools
import (
"context"
"os"
+ "strconv"
"strings"
)