Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-nodes / ToolChoice

Class: ToolChoice

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:354

Tool choice configuration

Constructors

Constructor

new ToolChoice(): ToolChoice

Returns

ToolChoice

Properties

disable_parallel_tool_use

disable_parallel_tool_use: boolean = false

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:373


name?

optional name: string

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:380


type

type: ToolChoiceType = ToolChoiceType.Auto

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:367

Licensed under BUSL-1.1