Appearance
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
| Parameter | Type |
|---|---|
content | ChildBlock[] |
Returns
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
| Parameter | Type |
|---|---|
options | ChainOfThoughtStepProps |
content | ChildBlock[] |