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

25 lines
285 B
Plaintext

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