internal/llm/agent/agent.go 🔗
@@ -216,7 +216,6 @@ func NewAgent(
if len(lspClients) > 0 {
filteredTools = append(filteredTools, tools.NewDiagnosticsTool(lspClients))
}
-
}
return filteredTools
}
kujtimiihoxha created
internal/llm/agent/agent.go | 1 -
1 file changed, 1 deletion(-)
@@ -216,7 +216,6 @@ func NewAgent(
if len(lspClients) > 0 {
filteredTools = append(filteredTools, tools.NewDiagnosticsTool(lspClients))
}
-
}
return filteredTools
}