nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
LogToolInvocationOpts
Interface LogToolInvocationOpts
Options for logging tool invocation audit
interface
LogToolInvocationOpts
{
auditLogger
:
IAuditLogger
;
toolName
:
string
;
outcome
:
"error"
|
"success"
|
"failure"
|
"denied"
;
actor
:
{
type
:
"system"
|
"user"
|
"external"
|
"agent"
;
id
:
string
;
name
?:
string
;
ip
?:
string
;
userAgent
?:
string
;
}
;
requestId
:
string
;
durationMs
?:
number
;
errorMessage
?:
string
;
}
Index
Properties
audit
Logger
tool
Name
outcome
actor
request
Id
duration
Ms?
error
Message?
Properties
audit
Logger
auditLogger
:
IAuditLogger
tool
Name
toolName
:
string
outcome
outcome
:
"error"
|
"success"
|
"failure"
|
"denied"
actor
actor
:
{
type
:
"system"
|
"user"
|
"external"
|
"agent"
;
id
:
string
;
name
?:
string
;
ip
?:
string
;
userAgent
?:
string
;
}
request
Id
requestId
:
string
Optional
duration
Ms
durationMs
?:
number
Optional
error
Message
errorMessage
?:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
audit
Logger
tool
Name
outcome
actor
request
Id
duration
Ms
error
Message
GitHub
npm
nexus-agents - v2.80.0
Loading...
Options for logging tool invocation audit