Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
HumanInTheLoopStep
Interface HumanInTheLoopStep
Human-in-the-loop step
interface
HumanInTheLoopStep
{
type
:
"human_in_the_loop"
;
id
:
string
;
prompt
:
string
;
timeout
:
number
;
assignee
?:
string
;
options
?:
string
[]
;
output
?:
string
;
}
Index
Properties
type
id
prompt
timeout
assignee?
options?
output?
Properties
Readonly
type
type
:
"human_in_the_loop"
Readonly
id
id
:
string
Readonly
prompt
prompt
:
string
Readonly
timeout
timeout
:
number
Optional
Readonly
assignee
assignee
?:
string
Optional
Readonly
options
options
?:
string
[]
Optional
Readonly
output
output
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
id
prompt
timeout
assignee
options
output
Stratix Framework - v0.8.2
Loading...
Human-in-the-loop step