Skip to content

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

Class: Tool

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

Tool definition

Constructors

Constructor

new Tool(): Tool

Returns

Tool

Properties

chaingraph_node_id?

optional chaingraph_node_id: string = undefined

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


chaingraph_node_type?

optional chaingraph_node_type: string = undefined

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


description

description: string = ''

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


input_schema

input_schema: ToolInputSchema

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


name

name: string = ''

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


type

type: string = 'custom'

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

Licensed under BUSL-1.1