Skip to content

agent-remote / Exports / IBasicMessage

Interface: IBasicMessage

Hierarchy

Table of contents

Properties

Properties

role

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

Defined in

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


content

content: null | string

Defined in

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

Released under the MIT License.