Skip to content

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

Class: RedactedThinkingResponseBlock

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

Redacted thinking content block for Claude's extended thinking (encrypted)

Extends

Constructors

Constructor

new RedactedThinkingResponseBlock(): RedactedThinkingResponseBlock

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

Returns

RedactedThinkingResponseBlock

Overrides

ContentBlockBase.constructor

Properties

data

data: string = ''

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


index?

optional index: number

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

Inherited from

ContentBlockBase.index


type

type: string = ''

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

Inherited from

ContentBlockBase.type

Licensed under BUSL-1.1