Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-nodes / TextResponseBlock

Class: TextResponseBlock ​

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:592

Text response block from Claude

Extends ​

Constructors ​

Constructor ​

new TextResponseBlock(): TextResponseBlock

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:613

Returns ​

TextResponseBlock

Overrides ​

ContentBlockBase.constructor

Properties ​

citations? ​

optional citations: Citation[]

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:611


index? ​

optional index: number

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:99

Inherited from ​

ContentBlockBase.index


text ​

text: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:601


type ​

type: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:92

Inherited from ​

ContentBlockBase.type

Licensed under BUSL-1.1