Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-nodes / ToolSchemaProperty

Class: ToolSchemaProperty

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:186

Tool schema property

Constructors

Constructor

new ToolSchemaProperty(): ToolSchemaProperty

Returns

ToolSchemaProperty

Properties

default?

optional default: string

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:223


description?

optional description: string

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:204


enum?

optional enum: string[]

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:216


title?

optional title: string

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:198


type?

optional type: string

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:192

Licensed under BUSL-1.1