Files
log10ts/docs/models/chatcompletionrequestsystemmessage.md

10 lines
2.5 KiB
Markdown

# ChatCompletionRequestSystemMessage
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| `content` | *string* | :heavy_check_mark: | The contents of the system message. |
| `role` | [models.Role](../models/role.md) | :heavy_check_mark: | The role of the messages author, in this case `system`. |
| `name` | *string* | :heavy_minus_sign: | An optional name for the participant. Provides the model information to differentiate between participants of the same role. |