We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5565677 commit 593bda7Copy full SHA for 593bda7
apps/sim/executor/constants.ts
@@ -1,3 +1,4 @@
1
+import { getMaxExecutionTimeout } from '@/lib/core/execution-limits'
2
import type { LoopType, ParallelType } from '@/lib/workflows/types'
3
4
/**
@@ -185,8 +186,6 @@ export const HTTP = {
185
186
},
187
} as const
188
-import { getMaxExecutionTimeout } from '@/lib/core/execution-limits'
189
-
190
export const AGENT = {
191
DEFAULT_MODEL: 'claude-sonnet-4-5',
192
get DEFAULT_FUNCTION_TIMEOUT() {
0 commit comments