Skip to content

Function: ChainOfThoughtStep()

Call Signature

ts
function ChainOfThoughtStep(content: ChildBlock[]): Block;

Defined in: src/renderer/blocks/index.ts:2307

Experimental

ChainOfThoughtStep — single numbered step inside a ChainOfThought.

Parameters

ParameterType
contentChildBlock[]

Returns

Block

Call Signature

ts
function ChainOfThoughtStep(options: ChainOfThoughtStepProps, content: ChildBlock[]): Block;

Defined in: src/renderer/blocks/index.ts:2308

Experimental

ChainOfThoughtStep — single numbered step inside a ChainOfThought.

Parameters

ParameterType
optionsChainOfThoughtStepProps
contentChildBlock[]

Returns

Block

Matterway Assistant SDK Documentation