Skip to content

Latest commit

 

History

History
67 lines (35 loc) · 1.3 KB

File metadata and controls

67 lines (35 loc) · 1.3 KB

chatgpt / Exports / openai / ChatCompletionRequestMessage

Interface: ChatCompletionRequestMessage

openai.ChatCompletionRequestMessage

Export

Interface

ChatCompletionRequestMessage

Table of contents

Properties

Properties

content

content: string

The contents of the message

Memberof

ChatCompletionRequestMessage

Defined in

src/types.ts:208


name

Optional name: string

The name of the user in a multi-user chat

Memberof

ChatCompletionRequestMessage

Defined in

src/types.ts:214


role

role: ChatCompletionRequestMessageRoleEnum

The role of the author of this message.

Memberof

ChatCompletionRequestMessage

Defined in

src/types.ts:202