Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
ToolStep
Interface ToolStep
Tool execution step
interface
ToolStep
{
type
:
"tool"
;
id
:
string
;
toolName
:
string
;
input
:
StepInput
;
output
?:
string
;
retry
?:
RetryPolicy
;
timeout
?:
number
;
}
Index
Properties
type
id
tool
Name
input
output?
retry?
timeout?
Properties
Readonly
type
type
:
"tool"
Readonly
id
id
:
string
Readonly
tool
Name
toolName
:
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
tool
Name
input
output
retry
timeout
Stratix Framework - v0.8.2
Loading...
Tool execution step