Skip to content

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

Class: ThinkingResponseBlock

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

Thinking content block for Claude's extended thinking

Extends

Constructors

Constructor

new ThinkingResponseBlock(): ThinkingResponseBlock

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

Returns

ThinkingResponseBlock

Overrides

ContentBlockBase.constructor

Properties

index?

optional index: number

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

Inherited from

ContentBlockBase.index


signature

signature: string = ''

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


thinking

thinking: string = ''

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


type

type: string = ''

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

Inherited from

ContentBlockBase.type

Licensed under BUSL-1.1