mirror of
https://github.com/LukeHagar/log10py.git
synced 2025-12-06 12:37:50 +00:00
10 lines
2.5 KiB
Markdown
10 lines
2.5 KiB
Markdown
# ChatCompletionRequestUserMessage
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
|
|
| `content` | [components.Content](../../models/components/content.md) | :heavy_check_mark: | The contents of the user message.<br/> |
|
|
| `role` | [components.ChatCompletionRequestUserMessageRole](../../models/components/chatcompletionrequestusermessagerole.md) | :heavy_check_mark: | The role of the messages author, in this case `user`. |
|
|
| `name` | *Optional[str]* | :heavy_minus_sign: | An optional name for the participant. Provides the model information to differentiate between participants of the same role. | |