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
Properties
id
id:
string=''
Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:508
index?
optionalindex:number
Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:99
Inherited from
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