Skip to content

PersistentAI API Documentation / @persistentai/fireflow-nodes / ToolUseResponseBlock

Class: ToolUseResponseBlock

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:526

Tool use block from model responses

Extends

Constructors

Constructor

new ToolUseResponseBlock(): ToolUseResponseBlock

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:553

Returns

ToolUseResponseBlock

Overrides

ContentBlockBase.constructor

Properties

id

id: string = ''

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:532


index?

optional index: number

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:102

Inherited from

ContentBlockBase.index


input

input: Record<string, any> = {}

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:551


name

name: string = ''

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:539


type

type: string = ''

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:95

Inherited from

ContentBlockBase.type

Licensed under BUSL-1.1