diff options
Diffstat (limited to 'internal/lsp/server.go')
| -rw-r--r-- | internal/lsp/server.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/lsp/server.go b/internal/lsp/server.go index 966ec90..fdf551c 100644 --- a/internal/lsp/server.go +++ b/internal/lsp/server.go @@ -91,7 +91,9 @@ type GlobalStatus struct { // StatusSink receives status updates from the LSP server. type StatusSink interface { + // SetLLMStart records the provider and model for an LLM request that is starting. SetLLMStart(provider, model string) error + // SetGlobal records aggregate LLM request and byte counters. SetGlobal(gs GlobalStatus) error } |
