agent-remote / Exports / IRequestMessage
Interface: IRequestMessage
Hierarchy
↳
IRequestMessage
Table of contents
Properties
Properties
role
• role: "user" | "assistant" | "system" | "tool"
Inherited from
Defined in
agent-remote/src/types/message-types.ts:14
content
• content: null | string
Inherited from
Defined in
agent-remote/src/types/message-types.ts:15
provider
• provider: string
Defined in
agent-remote/src/types/message-types.ts:20
model
• model: string