Skip to content

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

Class: ThinkingConfig

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

Thinking configuration

Constructors

Constructor

new ThinkingConfig(): ThinkingConfig

Returns

ThinkingConfig

Properties

budget_tokens

budget_tokens: number = 2048

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


stream_thoughts

stream_thoughts: boolean = false

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


stream_tool_results

stream_tool_results: boolean = false

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


stream_tool_use

stream_tool_use: boolean = false

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


type

type: string = 'enabled'

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

Licensed under BUSL-1.1