PersistentAI API Documentation / @persistent-ai/fireflow-nodes / ToolChoiceType
Enumeration: ToolChoiceType
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:582
Tool choice type enum
Enumeration Members
Any
Any:
"any"
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:584
Auto
Auto:
"auto"
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:583
None
None:
"none"
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:586
Tool
Tool:
"tool"
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:585