Skip to content

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

Class: ToolInputSchema

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

Tool input schema

Constructors

Constructor

new ToolInputSchema(): ToolInputSchema

Returns

ToolInputSchema

Properties

properties

properties: Record<string, ToolSchemaProperty> = {}

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


required

required: string[] = []

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


type

type: string = 'object'

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

Licensed under BUSL-1.1