PersistentAI API Documentation / @persistent-ai/fireflow-nodes / ToolInputSchema
Class: ToolInputSchema
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:475
Tool input schema
Constructors
Constructor
new ToolInputSchema():
ToolInputSchema
Returns
ToolInputSchema
Properties
properties
properties:
Record<string,ToolSchemaProperty> ={}
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:494
required
required:
string[] =[]
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:508
type
type:
string='object'
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:481