add initial lsp support

This commit is contained in:
Kujtim Hoxha
2025-04-03 15:20:15 +02:00
parent afd9ad0560
commit cfdd687216
47 changed files with 13996 additions and 456 deletions

View File

@@ -27,9 +27,10 @@ type TokenUsage struct {
}
type ProviderResponse struct {
Content string
ToolCalls []message.ToolCall
Usage TokenUsage
Content string
ToolCalls []message.ToolCall
Usage TokenUsage
FinishReason string
}
type ProviderEvent struct {