Skip to content

agent-remote / Exports / IRequestMessage

Interface: IRequestMessage

Hierarchy

Table of contents

Properties

Properties

role

role: "user" | "assistant" | "system" | "tool"

Inherited from

IBasicMessage.role

Defined in

agent-remote/src/types/message-types.ts:14


content

content: null | string

Inherited from

IBasicMessage.content

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

Defined in

agent-remote/src/types/message-types.ts:21

Released under the MIT License.