Message
Defined in: types.ts:87
Message in a chat conversation.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”content
Section titled “content”content:
string
Defined in: types.ts:93
Message content
createdAt?
Section titled “createdAt?”
optionalcreatedAt:Date
Defined in: types.ts:95
Creation timestamp
id:
string
Defined in: types.ts:89
Unique message ID
role:
"user"|"assistant"|"system"
Defined in: types.ts:91
Message role
toolCalls?
Section titled “toolCalls?”
optionaltoolCalls:ToolCall[]
Defined in: types.ts:97
Tool calls made by this message
toolInvocations?
Section titled “toolInvocations?”
optionaltoolInvocations:ToolInvocation[]
Defined in: types.ts:99
Tool invocations and results