PersistentAI API Documentation / @persistentai/fireflow-nodes / AntropicResponseContent
Class: AntropicResponseContent
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:650
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:679
textBlocks
textBlocks:
TextResponseBlock[] =[]
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:659
thinkingBlocks
thinkingBlocks:
ThinkingResponseBlock[] =[]
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:669
toolUseBlocks
toolUseBlocks:
ToolUseResponseBlock[] =[]
Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:689