mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-01 12:40:23 +08:00
26 lines
466 B
Markdown
26 lines
466 B
Markdown
# ChatCompletionContentPart
|
|
|
|
Content part for chat completion messages
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `models.ChatCompletionContentPartText`
|
|
|
|
```python
|
|
value: models.ChatCompletionContentPartText = /* values here */
|
|
```
|
|
|
|
### `models.ChatCompletionContentPartImage`
|
|
|
|
```python
|
|
value: models.ChatCompletionContentPartImage = /* values here */
|
|
```
|
|
|
|
### `models.ChatCompletionContentPartAudio`
|
|
|
|
```python
|
|
value: models.ChatCompletionContentPartAudio = /* values here */
|
|
```
|
|
|