Skip to content

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

Class: ToolResultBlock

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

Tool result content block (for input)

Extends

Constructors

Constructor

new ToolResultBlock(): ToolResultBlock

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

Returns

ToolResultBlock

Overrides

ContentBlockBase.constructor

Properties

content

content: string = ''

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


index?

optional index: number

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

Inherited from

ContentBlockBase.index


tool_use_id

tool_use_id: string = ''

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


type

type: string = ''

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

Inherited from

ContentBlockBase.type

Licensed under BUSL-1.1