mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-06 04:20:12 +00:00
10 lines
2.5 KiB
Markdown
10 lines
2.5 KiB
Markdown
# ChatCompletionRequestSystemMessage
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
|
|
| `Content` | *string* | :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` | **string* | :heavy_minus_sign: | An optional name for the participant. Provides the model information to differentiate between participants of the same role. | |