Skip to content

openai / Exports / SystemMessage

Interface: SystemMessage

Table of contents

Properties

Properties

role

role: "system"

Defined in

adapter.ts:15


content

content: null | string

Defined in

adapter.ts:16


timestamp

Optional timestamp: Date

Defined in

adapter.ts:17

Released under the MIT License.