Skip to content

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

Class: AntropicResponseContent

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

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

Constructors

Constructor

new AntropicResponseContent(): AntropicResponseContent

Returns

AntropicResponseContent

Properties

redactedThinkingBlocks

redactedThinkingBlocks: RedactedThinkingResponseBlock[] = []

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


textBlocks

textBlocks: TextResponseBlock[] = []

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


thinkingBlocks

thinkingBlocks: ThinkingResponseBlock[] = []

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


toolUseBlocks

toolUseBlocks: ToolUseResponseBlock[] = []

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

Licensed under BUSL-1.1