ChainGraph API Documentation / @badaitech/chaingraph-nodes / ToolChoiceType
Enumeration: ToolChoiceType
Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:340
Tool choice type enum
Enumeration Members
Any
Any:
"any"
Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:342
Auto
Auto:
"auto"
Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:341
None
None:
"none"
Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:344
Tool
Tool:
"tool"
Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:343