Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
common
apis
cortex
SynchronousRunner
Class SynchronousRunner
A Runner encapsulates one strategy for the LLM call → parse → execute loop.
Implements
node
.
common
.
apis
.
cortex
.
Runner
Index
Constructors
constructor
Properties
id
Methods
get
Output
Module
get
Prompt
Format
run
Constructors
constructor
new
Synchronous
Runner
(
)
:
node
.
common
.
apis
.
cortex
.
SynchronousRunner
Returns
node
.
common
.
apis
.
cortex
.
SynchronousRunner
Properties
Readonly
id
id
:
"synchronous_v1"
= "synchronous_v1"
Methods
get
Output
Module
get
Output
Module
(
)
:
node
.
common
.
apis
.
cortex
.
ContextModule
Returns
node
.
common
.
apis
.
cortex
.
ContextModule
get
Prompt
Format
get
Prompt
Format
(
)
:
node
.
common
.
apis
.
cortex
.
RunnerPromptFormat
Returns
node
.
common
.
apis
.
cortex
.
RunnerPromptFormat
run
run
(
ctx
,
maxLoops
)
:
Promise
<
string
>
Parameters
ctx
:
node
.
common
.
apis
.
cortex
.
RunnerContext
maxLoops
:
number
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
Methods
get
Output
Module
get
Prompt
Format
run
Tidyscripts Docs
Loading...
A Runner encapsulates one strategy for the LLM call → parse → execute loop.