mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
37 lines
575 B
Plaintext
37 lines
575 B
Plaintext
---
|
|
title: "EasyInputMessageContentUnion1"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.InputText`
|
|
|
|
```python
|
|
value: components.InputText = /* values here */
|
|
```
|
|
|
|
### `components.EasyInputMessageContentInputImage`
|
|
|
|
```python
|
|
value: components.EasyInputMessageContentInputImage = /* values here */
|
|
```
|
|
|
|
### `components.InputFile`
|
|
|
|
```python
|
|
value: components.InputFile = /* values here */
|
|
```
|
|
|
|
### `components.InputAudio`
|
|
|
|
```python
|
|
value: components.InputAudio = /* values here */
|
|
```
|
|
|
|
### `components.InputVideo`
|
|
|
|
```python
|
|
value: components.InputVideo = /* values here */
|
|
```
|
|
|