Skip to content

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

Class: ThinkingResponseBlock

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

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

Returns

ThinkingResponseBlock

Overrides

ContentBlockBase.constructor

Properties

index?

optional index: number

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

Inherited from

ContentBlockBase.index


signature

signature: string = ''

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


thinking

thinking: string = ''

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


type

type: string = ''

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

Inherited from

ContentBlockBase.type

Licensed under BUSL-1.1