Appearance
Function: ChainOfThoughtStep()
Call Signature
ts
function ChainOfThoughtStep(content: ChildBlock[]): Block;Defined in: packages/sdk/src/renderer/blocks/index.ts:2392
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: packages/sdk/src/renderer/blocks/index.ts:2393
Experimental
ChainOfThoughtStep — single numbered step inside a ChainOfThought.
Parameters
| Parameter | Type |
|---|---|
options | ChainOfThoughtStepProps |
content | ChildBlock[] |