Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
AgentStep
Interface AgentStep
Agent execution step
interface
AgentStep
{
type
:
"agent"
;
id
:
string
;
agentId
:
string
;
input
:
StepInput
;
output
?:
string
;
retry
?:
RetryPolicy
;
timeout
?:
number
;
}
Index
Properties
type
id
agent
Id
input
output?
retry?
timeout?
Properties
Readonly
type
type
:
"agent"
Readonly
id
id
:
string
Readonly
agent
Id
agentId
:
string
Readonly
input
input
:
StepInput
Optional
Readonly
output
output
?:
string
Optional
Readonly
retry
retry
?:
RetryPolicy
Optional
Readonly
timeout
timeout
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
id
agent
Id
input
output
retry
timeout
Stratix Framework - v0.8.2
Loading...
Agent execution step