diff --git a/clients/tabby-agent/src/protocol.ts b/clients/tabby-agent/src/protocol.ts index dc8b8993baea..63006e711d5e 100644 --- a/clients/tabby-agent/src/protocol.ts +++ b/clients/tabby-agent/src/protocol.ts @@ -850,7 +850,7 @@ export type StatusInfo = { | "readyForManualTrigger" | "fetching" | "completionResponseSlow" - | "rateLimited"; + | "rateLimitExceeded"; tooltip?: string; /** * The health information of the server if available.