From e5f372091a025360be54c462401dfeefed9c6968 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Wed, 6 May 2026 15:02:48 -0700 Subject: [PATCH] style(ui/agents): apply prettier to cloud-agents types --- ui/litellm-dashboard/src/types/cloud-agents.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ui/litellm-dashboard/src/types/cloud-agents.ts b/ui/litellm-dashboard/src/types/cloud-agents.ts index c0275087bc1..0487e4096cc 100644 --- a/ui/litellm-dashboard/src/types/cloud-agents.ts +++ b/ui/litellm-dashboard/src/types/cloud-agents.ts @@ -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;