PersistentAI API Documentation / @persistentai/fireflow-nodes / ToolChoiceType
Enumeration: ToolChoiceType
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:343
Tool choice type enum
Enumeration Members
Any
Any:
"any"
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:345
Auto
Auto:
"auto"
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:344
None
None:
"none"
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:347
Tool
Tool:
"tool"
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:346