Skip to content

core / Exports / Message

Interface: Message

Basic message interface

Table of contents

Properties

Properties

role

role: MessageRole

Defined in

interfaces/ai-provider.ts:13


content

content: string

Defined in

interfaces/ai-provider.ts:14


name

Optional name: string

Defined in

interfaces/ai-provider.ts:15


functionCall

Optional functionCall: any

Defined in

interfaces/ai-provider.ts:16


functionResult

Optional functionResult: any

Defined in

interfaces/ai-provider.ts:17

Released under the MIT License.