Interface: MessageMeta¶
Defined in: src/runner.ts:24
Payload of a MESSAGE_META_EVENT CUSTOM event.
Properties¶
createdAt¶
createdAt:
number
Defined in: src/runner.ts:30
Wall-clock time the run accepted the message, epoch milliseconds.
messageId¶
messageId:
string
Defined in: src/runner.ts:26
Id of the input message this metadata describes.
references?¶
optionalreferences?:unknown[]
Defined in: src/runner.ts:35
The state.kaboo_references the message was sent with, attached to the
newest user message of the run. Absent when none were staged.
role¶
role:
string
Defined in: src/runner.ts:28
Role of that message (currently always "user").