ProtocolEvent
Agent Runtimes / types/protocol / ProtocolEvent
Interface: ProtocolEvent
Defined in: types/protocol.ts:115
Protocol event
Properties
activity?
optionalactivity?:object
Defined in: types/protocol.ts:121
data
data:
unknown
type
type:
string
data?
optionaldata?:unknown
Defined in: types/protocol.ts:117
error?
optionalerror?:Error
Defined in: types/protocol.ts:127
message?
optionalmessage?:ChatMessage
Defined in: types/protocol.ts:118
timestamp
timestamp:
Date
Defined in: types/protocol.ts:128
toolCall?
optionaltoolCall?:ToolCallRequest
Defined in: types/protocol.ts:119
toolResult?
optionaltoolResult?:ToolExecutionResult<unknown>
Defined in: types/protocol.ts:120
type
type:
ProtocolEventType
Defined in: types/protocol.ts:116
usage?
optionalusage?:ProtocolUsage
Defined in: types/protocol.ts:126
Token usage for this event (emitted on finish/run-complete events)