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

9 lines
914 B
Markdown

# ChatCompletionRequestMessageContentPartText
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
| `type` | [components.Type](../../models/components/type.md) | :heavy_check_mark: | The type of the content part. |
| `text` | *str* | :heavy_check_mark: | The text content. |