nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
ToolCompletedEvent
Interface ToolCompletedEvent
interface
ToolCompletedEvent
{
timestamp
:
number
;
type
:
"tool.completed"
;
toolName
:
string
;
invocationId
:
string
;
durationMs
:
number
;
success
:
boolean
;
errorMessage
?:
string
;
}
Hierarchy
BaseEvent
ToolCompletedEvent
Index
Properties
timestamp
type
tool
Name
invocation
Id
duration
Ms
success
error
Message?
Properties
Readonly
timestamp
timestamp
:
number
Readonly
type
type
:
"tool.completed"
Readonly
tool
Name
toolName
:
string
Readonly
invocation
Id
invocationId
:
string
Readonly
duration
Ms
durationMs
:
number
Readonly
success
success
:
boolean
Optional
Readonly
error
Message
errorMessage
?:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
timestamp
type
tool
Name
invocation
Id
duration
Ms
success
error
Message
GitHub
npm
nexus-agents - v2.80.0
Loading...