Skip to content

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

Class: TextResponseBlock

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

Text response block from Claude

Extends

Constructors

Constructor

new TextResponseBlock(): TextResponseBlock

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

Returns

TextResponseBlock

Overrides

ContentBlockBase.constructor

Properties

citations?

optional citations: Citation[]

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


index?

optional index: number

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

Inherited from

ContentBlockBase.index


text

text: string = ''

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


type

type: string = ''

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

Inherited from

ContentBlockBase.type

Licensed under BUSL-1.1