mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
46 lines
737 B
Plaintext
46 lines
737 B
Plaintext
---
|
|
title: "ChatContentItems"
|
|
---
|
|
|
|
Content part for chat completion messages
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.ChatContentFile`
|
|
|
|
```python
|
|
value: components.ChatContentFile = /* values here */
|
|
```
|
|
|
|
### `components.ChatContentImage`
|
|
|
|
```python
|
|
value: components.ChatContentImage = /* values here */
|
|
```
|
|
|
|
### `components.ChatContentAudio`
|
|
|
|
```python
|
|
value: components.ChatContentAudio = /* values here */
|
|
```
|
|
|
|
### `components.LegacyChatContentVideo`
|
|
|
|
```python
|
|
value: components.LegacyChatContentVideo = /* values here */
|
|
```
|
|
|
|
### `components.ChatContentText`
|
|
|
|
```python
|
|
value: components.ChatContentText = /* values here */
|
|
```
|
|
|
|
### `components.ChatContentVideo`
|
|
|
|
```python
|
|
value: components.ChatContentVideo = /* values here */
|
|
```
|
|
|