import order

This commit is contained in:
Vikhyath Mondreti
2026-02-03 23:40:17 -08:00
parent 5565677f7c
commit 593bda7d0b

View File

@@ -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() {