ToolExecutionConfig
이 콘텐츠는 아직 번역되지 않았습니다.
type ToolExecutionConfig = object;SDK-side execution settings for local tool calls.
Properties
Section titled “Properties”maxFunctionToolConcurrency?
Section titled “maxFunctionToolConcurrency?”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.