Skip to content

PersistentAI API Documentation / @persistentai/fireflow-nodes / ToolInputSchema

Class: ToolInputSchema

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:236

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:255


required

required: string[] = []

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:269


type

type: string = 'object'

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:242

Licensed under BUSL-1.1