@conciergus/chat - v0.3.1
Preparing search index...
components
AgentWorkflowConfig
Interface AgentWorkflowConfig
interface
AgentWorkflowConfig
{
enabled
?:
boolean
;
maxSteps
?:
number
;
stepTimeout
?:
number
;
allowParallelExecution
?:
boolean
;
workflowDefinitions
?:
Record
<
string
,
any
>
;
}
Index
Properties
enabled?
max
Steps?
step
Timeout?
allow
Parallel
Execution?
workflow
Definitions?
Properties
Optional
enabled
enabled
?:
boolean
Optional
max
Steps
maxSteps
?:
number
Optional
step
Timeout
stepTimeout
?:
number
Optional
allow
Parallel
Execution
allowParallelExecution
?:
boolean
Optional
workflow
Definitions
workflowDefinitions
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
enabled
max
Steps
step
Timeout
allow
Parallel
Execution
workflow
Definitions
@conciergus/chat - v0.3.1
Loading...