PersistentAI API Documentation / @persistentai/fireflow-nodes / ToolChoice
Class: ToolChoice
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:357
Tool choice configuration
Constructors
Constructor
new ToolChoice():
ToolChoice
Returns
ToolChoice
Properties
disable_parallel_tool_use
disable_parallel_tool_use:
boolean=false
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:376
name?
optionalname:string
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:383
type
type:
ToolChoiceType=ToolChoiceType.Auto
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:370