Skip to content

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

Class: ToolResultBlock

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

Tool result content block (for input)

Extends

Constructors

Constructor

new ToolResultBlock(): ToolResultBlock

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

Returns

ToolResultBlock

Overrides

ContentBlockBase.constructor

Properties

content

content: string = ''

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


index?

optional index: number

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

Inherited from

ContentBlockBase.index


tool_use_id

tool_use_id: string = ''

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


type

type: string = ''

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

Inherited from

ContentBlockBase.type

Licensed under BUSL-1.1