Skip to content

Commit

Permalink
Update clients/tabby-agent/src/protocol.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Zhiming Ma <[email protected]>
  • Loading branch information
liangfung and icycodes authored Dec 31, 2024
1 parent ec4b26c commit f24d6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/tabby-agent/src/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ export type StatusInfo = {
| "readyForManualTrigger"
| "fetching"
| "completionResponseSlow"
| "rateLimited";
| "rateLimitExceeded";
tooltip?: string;
/**
* The health information of the server if available.
Expand Down

0 comments on commit f24d6c9

Please sign in to comment.