Skip to content

openai / Exports / UserMessage

Interface: UserMessage

Table of contents

Properties

Properties

role

role: "user"

Defined in

adapter.ts:9


content

content: null | string

Defined in

adapter.ts:10


timestamp

Optional timestamp: Date

Defined in

adapter.ts:11

Released under the MIT License.