Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 640 Bytes

ChatCompletionRequestSystemMessage.md

File metadata and controls

23 lines (11 loc) · 640 Bytes

ChatCompletionRequestSystemMessage

Properties

Name Type Description Notes
content ChatCompletionRequestSystemMessageContent
role RoleEnum The role of the messages author, in this case `system`.
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
SYSTEM "system"