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);