diff --git a/apps/sim/executor/constants.ts b/apps/sim/executor/constants.ts index dcbe957db..b5f97dd47 100644 --- a/apps/sim/executor/constants.ts +++ b/apps/sim/executor/constants.ts @@ -1,3 +1,4 @@ +import { getMaxExecutionTimeout } from '@/lib/core/execution-limits' import type { LoopType, ParallelType } from '@/lib/workflows/types' /** @@ -185,8 +186,6 @@ export const HTTP = { }, } as const -import { getMaxExecutionTimeout } from '@/lib/core/execution-limits' - export const AGENT = { DEFAULT_MODEL: 'claude-sonnet-4-5', get DEFAULT_FUNCTION_TIMEOUT() {