Files
log10py/docs/models/components/chatcompletionrequestsystemmessage.md
Niklas Nielsen ebd24efca7 Initial commit
2024-05-24 19:20:08 -07:00

10 lines
2.5 KiB
Markdown

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