kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
1.3 KiB
1.3 KiB
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
name
• Optional
name: string
The name of the user in a multi-user chat
Memberof
ChatCompletionRequestMessage
Defined in
role
• role: ChatCompletionRequestMessageRoleEnum
The role of the author of this message.
Memberof
ChatCompletionRequestMessage