콘텐츠로 이동

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.