Appearance
agent-remote / Exports / IBasicMessage
IBasicMessage
↳ IResponseMessage
IResponseMessage
↳ IRequestMessage
IRequestMessage
• role: "user" | "assistant" | "system" | "tool"
"user"
"assistant"
"system"
"tool"
agent-remote/src/types/message-types.ts:14
• content: null | string
null
string
agent-remote/src/types/message-types.ts:15