Skip to content

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

Class: AntropicResponseContent

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

Response content from Claude (union of possible response block types)

Constructors

Constructor

new AntropicResponseContent(): AntropicResponseContent

Returns

AntropicResponseContent

Properties

textBlocks

textBlocks: TextResponseBlock[] = []

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


thinkingBlocks

thinkingBlocks: ThinkingResponseBlock[] = []

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


toolUseBlocks

toolUseBlocks: ToolUseResponseBlock[] = []

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

Licensed under BUSL-1.1