Skip to main content

Interface: EvaluateOptions

Defined in: packages/workflow-engine/src/ai/types.ts:250

Properties​

abortSignal?​

optional abortSignal?: AbortSignal

Defined in: packages/workflow-engine/src/ai/types.ts:252

Abort signal to cancel the call (pass-through)


headers?​

optional headers?: Record<string, string>

Defined in: packages/workflow-engine/src/ai/types.ts:258

Extra HTTP headers for the request.


maxRetries?​

optional maxRetries?: number

Defined in: packages/workflow-engine/src/ai/types.ts:256

Retries for transient provider failures. Defaults to the AI SDK's 2.


providerOptions?​

optional providerOptions?: Record<string, Record<string, unknown>>

Defined in: packages/workflow-engine/src/ai/types.ts:260

Provider-specific options passed through to the AI SDK.


timeoutMs?​

optional timeoutMs?: number

Defined in: packages/workflow-engine/src/ai/types.ts:254

Override the helper-level per-call timeout.