Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-nodes / ToolUseResponseBlock

Class: ToolUseResponseBlock

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

Tool use block from model responses

Extends

Constructors

Constructor

new ToolUseResponseBlock(): ToolUseResponseBlock

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

Returns

ToolUseResponseBlock

Overrides

ContentBlockBase.constructor

Properties

id

id: string = ''

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


index?

optional index: number

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

Inherited from

ContentBlockBase.index


input

input: Record<string, any> = {}

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


name

name: string = ''

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


type

type: string = ''

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

Inherited from

ContentBlockBase.type

Licensed under BUSL-1.1