Files
openrouter-python-sdk-retry…/docs/components/easyinputmessagecontentunion2.mdx
T

25 lines
325 B
Plaintext

---
title: "EasyInputMessageContentUnion2"
---
## Supported Types
### `List[components.EasyInputMessageContentUnion1]`
```python
value: List[components.EasyInputMessageContentUnion1] = /* values here */
```
### `str`
```python
value: str = /* values here */
```
### `Any`
```python
value: Any = /* values here */
```