Skip to content

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

Class: ToolSchemaProperty

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

Tool schema property

Constructors

Constructor

new ToolSchemaProperty(): ToolSchemaProperty

Returns

ToolSchemaProperty

Properties

default?

optional default: string

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


description?

optional description: string

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


enum?

optional enum: string[]

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


title?

optional title: string

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


type?

optional type: string

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

Licensed under BUSL-1.1