mirror of
https://github.com/LukeHagar/log10py.git
synced 2025-12-09 20:47:45 +00:00
18 lines
426 B
Markdown
18 lines
426 B
Markdown
# ChatCompletionRequestMessageContentPart
|
|
|
|
|
|
## Supported Types
|
|
|
|
### ChatCompletionRequestMessageContentPartText
|
|
|
|
```python
|
|
chatCompletionRequestMessageContentPart: components.ChatCompletionRequestMessageContentPartText = /* values here */
|
|
```
|
|
|
|
### ChatCompletionRequestMessageContentPartImage
|
|
|
|
```python
|
|
chatCompletionRequestMessageContentPart: components.ChatCompletionRequestMessageContentPartImage = /* values here */
|
|
```
|
|
|