Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-nodes / ThinkingResponseBlock

Class: ThinkingResponseBlock

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:471

Thinking content block for Claude's extended thinking

Extends

Constructors

Constructor

new ThinkingResponseBlock(): ThinkingResponseBlock

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:489

Returns

ThinkingResponseBlock

Overrides

ContentBlockBase.constructor

Properties

index?

optional index: number

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:99

Inherited from

ContentBlockBase.index


signature

signature: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:487


thinking

thinking: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:480


type

type: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/ai/anthropic/types.ts:92

Inherited from

ContentBlockBase.type

Licensed under BUSL-1.1