mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
style(ui/agents): apply prettier to cloud-agents types
This commit is contained in:
parent
51eb3c7314
commit
e5f372091a
1 changed files with 1 additions and 6 deletions
|
|
@ -9,12 +9,7 @@
|
|||
* proxy-side `Agent` type at `src/components/agents/types.ts`.
|
||||
*/
|
||||
|
||||
export type CloudAgentSessionStatus =
|
||||
| "provisioning"
|
||||
| "running"
|
||||
| "paused"
|
||||
| "completed"
|
||||
| "failed";
|
||||
export type CloudAgentSessionStatus = "provisioning" | "running" | "paused" | "completed" | "failed";
|
||||
|
||||
export interface CloudAgent {
|
||||
agent_id: string;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue