Skip to content

remote / Exports / RequestMessage

Interface: RequestMessage

Message Types - Atomic Type Definitions

Single responsibility: Define only message-related types

Hierarchy

Table of contents

Properties

Properties

role

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

Inherited from

BasicMessage.role

Defined in

types/message-types.ts:9


content

content: null | string

Inherited from

BasicMessage.content

Defined in

types/message-types.ts:10


provider

provider: string

Defined in

types/message-types.ts:15


model

model: string

Defined in

types/message-types.ts:16

Released under the MIT License.