Skip to content

remote / Exports / IRequestMessage

Interface: IRequestMessage

Hierarchy

Table of contents

Properties

Properties

role

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

Inherited from

IBasicMessage.role

Defined in

remote/src/types/message-types.ts:11


content

content: null | string

Inherited from

IBasicMessage.content

Defined in

remote/src/types/message-types.ts:12


provider

provider: string

Defined in

remote/src/types/message-types.ts:17


model

model: string

Defined in

remote/src/types/message-types.ts:18

Released under the MIT License.