Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 628 Bytes

ChatCompletionRequestUserMessage.md

File metadata and controls

23 lines (11 loc) · 628 Bytes

ChatCompletionRequestUserMessage

Properties

Name Type Description Notes
content ChatCompletionRequestUserMessageContent
role RoleEnum The role of the messages author, in this case `user`.
name String An optional name for the participant. Provides the model information to differentiate between participants of the same role. [optional]

Enum: RoleEnum

Name Value
USER "user"