chatgpt-api/docs/interfaces/openai.ChatCompletionReques...

1.3 KiB

chatgpt / Exports / openai / ChatCompletionRequestMessage

Interface: ChatCompletionRequestMessage

openai.ChatCompletionRequestMessage

Export

ChatCompletionRequestMessage

Table of contents

Properties

Properties

content

content: string

The contents of the message

Memberof

ChatCompletionRequestMessage

Defined in

src/types.ts:227


name

Optional name: string

The name of the user in a multi-user chat

Memberof

ChatCompletionRequestMessage

Defined in

src/types.ts:233


role

role: ChatCompletionRequestMessageRoleEnum

The role of the author of this message.

Memberof

ChatCompletionRequestMessage

Defined in

src/types.ts:221