From e3cebde8706cbfb83072a4ca872c98d80b6f4b32 Mon Sep 17 00:00:00 2001 From: Lluis Agusti Date: Fri, 13 Feb 2026 00:44:12 +0800 Subject: [PATCH] chore: format --- .../frontend/src/app/(platform)/copilot/useCopilotPage.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autogpt_platform/frontend/src/app/(platform)/copilot/useCopilotPage.ts b/autogpt_platform/frontend/src/app/(platform)/copilot/useCopilotPage.ts index e28dfac4b2..28e9ba7cfb 100644 --- a/autogpt_platform/frontend/src/app/(platform)/copilot/useCopilotPage.ts +++ b/autogpt_platform/frontend/src/app/(platform)/copilot/useCopilotPage.ts @@ -66,8 +66,7 @@ export function useCopilotPage() { stopRef.current(); toast({ title: "Stream timed out", - description: - "The server took too long to respond. Please try again.", + description: "The server took too long to respond. Please try again.", variant: "destructive", }); }, STREAM_START_TIMEOUT_MS);