Skip to content

ToolExecutionConfig

type ToolExecutionConfig = object;

SDK-side execution settings for local tool calls.

optional maxFunctionToolConcurrency?: number | null;

Maximum number of local function tool calls to execute concurrently. Set to null or leave unset to start all function tool calls emitted in a turn. This does not change provider-side parallelToolCalls behavior.