Documentation / @agentick/shared / DTToolResultEvent
Interface: DTToolResultEvent
Defined in: devtools.ts:265
Base fields present on all DevTools events
Extends
Properties
durationMs?
optionaldurationMs:number
Defined in: devtools.ts:275
Execution time in milliseconds
executionId
executionId:
string
Defined in: devtools.ts:32
UUID of the execution context
Inherited from
isError?
optionalisError:boolean
Defined in: devtools.ts:273
True if tool threw an error
parentExecutionId?
optionalparentExecutionId:string
Defined in: devtools.ts:45
Parent execution ID for nested executions (fork, spawn, component_tool)
Inherited from
DevToolsEventBase.parentExecutionId
procedureId?
optionalprocedureId:string
Defined in: devtools.ts:47
Current procedure ID
Inherited from
requestId?
optionalrequestId:string
Defined in: devtools.ts:43
Request ID for this execution context
Inherited from
result
result:
unknown
Defined in: devtools.ts:271
Tool output (JSON-serializable)
sequence
sequence:
number
Defined in: devtools.ts:34
Monotonically increasing sequence number from the source session
Inherited from
tenantId?
optionaltenantId:string
Defined in: devtools.ts:51
Tenant ID from context (for multi-tenant dashboards)
Inherited from
tick
tick:
number
Defined in: devtools.ts:267
timestamp
timestamp:
number
Defined in: devtools.ts:36
Unix timestamp in milliseconds
Inherited from
toolUseId
toolUseId:
string
Defined in: devtools.ts:269
Matches the tool_call
traceId?
optionaltraceId:string
Defined in: devtools.ts:41
Trace ID for distributed tracing correlation
Inherited from
type
type:
"tool_result"
Defined in: devtools.ts:266
Discriminator for event type
Overrides
userId?
optionaluserId:string
Defined in: devtools.ts:49
User ID from context (for attribution and multi-tenant filtering)