MultipleAgentExecutionOptions interface
Represents options for running a phase against multiple agents.
- Extends
Properties
continue |
Indicates whether failure on one agent should prevent the phase from running on other agents. |
max |
The maximum number of agents to use simultaneously. |
Inherited Properties
type | Indicates the type of execution options. |
Property Details
continueOnError
Indicates whether failure on one agent should prevent the phase from running on other agents.
continueOnError: boolean
Property Value
boolean
maxConcurrency
The maximum number of agents to use simultaneously.
maxConcurrency: number
Property Value
number
Inherited Property Details
type
Indicates the type of execution options.
type: number
Property Value
number
Inherited From AgentTargetExecutionOptions.type