Skip to content

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

Class: ToolUseResponseBlock ​

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

Tool use block from model responses

Extends ​

Constructors ​

Constructor ​

new ToolUseResponseBlock(): ToolUseResponseBlock

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

Returns ​

ToolUseResponseBlock

Overrides ​

ContentBlockBase.constructor

Properties ​

id ​

id: string = ''

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


index? ​

optional index: number

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

Inherited from ​

ContentBlockBase.index


input ​

input: Record<string, any> = {}

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


name ​

name: string = ''

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


type ​

type: string = ''

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

Inherited from ​

ContentBlockBase.type

Licensed under BUSL-1.1