Skip to content

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

Class: RedactedThinkingResponseBlock

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

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:776

Returns

RedactedThinkingResponseBlock

Overrides

ContentBlockBase.constructor

Properties

data

data: string = ''

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


index?

optional index: number

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

Inherited from

ContentBlockBase.index


type

type: string = ''

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

Inherited from

ContentBlockBase.type

Licensed under BUSL-1.1