mirror of
https://github.com/LukeHagar/log10py.git
synced 2025-12-06 04:20:12 +00:00
2.5 KiB
2.5 KiB
ChatCompletionRequestUserMessage
Fields
| Field | Type | Required | Description |
|---|---|---|---|
content |
components.Content | ✔️ | The contents of the user message. |
role |
components.ChatCompletionRequestUserMessageRole | ✔️ | The role of the messages author, in this case user. |
name |
Optional[str] | ➖ | An optional name for the participant. Provides the model information to differentiate between participants of the same role. |