diff --git a/autogpt_platform/frontend/src/app/(platform)/copilot/tools/DecomposeGoal/DecomposeGoal.tsx b/autogpt_platform/frontend/src/app/(platform)/copilot/tools/DecomposeGoal/DecomposeGoal.tsx index fde9c67dc4..dbab6ddd7e 100644 --- a/autogpt_platform/frontend/src/app/(platform)/copilot/tools/DecomposeGoal/DecomposeGoal.tsx +++ b/autogpt_platform/frontend/src/app/(platform)/copilot/tools/DecomposeGoal/DecomposeGoal.tsx @@ -27,7 +27,7 @@ import { ToolIcon, } from "./helpers"; -const COUNTDOWN_SECONDS = 99; +const COUNTDOWN_SECONDS = 60; const RADIUS = 15; const CIRCUMFERENCE = 2 * Math.PI * RADIUS; @@ -191,21 +191,27 @@ export function DecomposeGoalTool({ part, isLastMessage }: Props) { {editableSteps.map((step, i) => (