Skip to content

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

Class: TextResponseBlock

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

Text response block from Claude

Extends

Constructors

Constructor

new TextResponseBlock(): TextResponseBlock

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

Returns

TextResponseBlock

Overrides

ContentBlockBase.constructor

Properties

citations?

optional citations: Citation[]

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


index?

optional index: number

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

Inherited from

ContentBlockBase.index


text

text: string = ''

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


type

type: string = ''

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

Inherited from

ContentBlockBase.type

Licensed under BUSL-1.1