Neutrome SDK reference
Preparing search index...
lilsdk-ts/src/loops
GoalExecutorOptions
Type Alias GoalExecutorOptions
Options accepted by
createGoalExecutor
.
type
GoalExecutorOptions
=
{
draft
:
ExecutorInput
;
maxIterations
?:
number
;
refine
:
(
request
:
Program
,
answer
:
Program
,
review
:
Program
,
attempt
:
number
,
)
=>
Program
|
Promise
<
Program
>
;
review
:
ExecutorInput
;
satisfied
:
(
review
:
Program
,
attempt
:
number
)
=>
boolean
|
Promise
<
boolean
>
;
}
Index
Properties
draft
max
Iterations?
refine
review
satisfied
Properties
draft
draft
:
ExecutorInput
Optional
max
Iterations
maxIterations
?:
number
refine
refine
:
(
request
:
Program
,
answer
:
Program
,
review
:
Program
,
attempt
:
number
,
)
=>
Program
|
Promise
<
Program
>
review
review
:
ExecutorInput
satisfied
satisfied
:
(
review
:
Program
,
attempt
:
number
)
=>
boolean
|
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
draft
max
Iterations
refine
review
satisfied
Neutrome SDK reference
Loading...
Options accepted by createGoalExecutor.