Skip to content

remote / Exports / IBasicMessage

Interface: IBasicMessage

Hierarchy

Table of contents

Properties

Properties

role

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

Defined in

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


content

content: null | string

Defined in

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

Released under the MIT License.