nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
StepResultSummary
Interface StepResultSummary
Simplified step result for tool output.
interface
StepResultSummary
{
stepId
:
string
;
status
:
"failed"
|
"success"
|
"skipped"
;
durationMs
:
number
;
error
?:
string
;
}
Index
Properties
step
Id
status
duration
Ms
error?
Properties
step
Id
stepId
:
string
status
status
:
"failed"
|
"success"
|
"skipped"
duration
Ms
durationMs
:
number
Optional
error
error
?:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
step
Id
status
duration
Ms
error
GitHub
npm
nexus-agents - v2.80.0
Loading...
Simplified step result for tool output.