Documentation / @agentick/shared / DTModelRequestEvent
Interface: DTModelRequestEvent ​
Defined in: devtools.ts:162
Base fields present on all DevTools events
Extends ​
Properties ​
executionId ​
executionId:
string
Defined in: devtools.ts:32
UUID of the execution context
Inherited from ​
input? ​
optionalinput:object
Defined in: devtools.ts:168
The formatted input in Agentick format (before provider transformation)
Index Signature ​
[key: string]: unknown
Other model parameters
messages? ​
optionalmessages:unknown[]
Messages array in Agentick format
system? ​
optionalsystem:string
System prompt
tools? ​
optionaltools:unknown[]
Tools available
modelId? ​
optionalmodelId:string
Defined in: devtools.ts:166
Model ID
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 ​
sequence ​
sequence:
number
Defined in: devtools.ts:34
Monotonically increasing sequence number from the source session
Inherited from ​
stage? ​
optionalstage:"model_input"
Defined in: devtools.ts:179
Pipeline stage identifier
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:164
timestamp ​
timestamp:
number
Defined in: devtools.ts:36
Unix timestamp in milliseconds
Inherited from ​
traceId? ​
optionaltraceId:string
Defined in: devtools.ts:41
Trace ID for distributed tracing correlation
Inherited from ​
type ​
type:
"model_request"
Defined in: devtools.ts:163
Discriminator for event type
Overrides ​
userId? ​
optionaluserId:string
Defined in: devtools.ts:49
User ID from context (for attribution and multi-tenant filtering)