mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
22 lines
283 B
Plaintext
22 lines
283 B
Plaintext
---
|
|
title: "InputsUnion"
|
|
---
|
|
|
|
Input for a response request - can be a string or array of items
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `str`
|
|
|
|
```python
|
|
value: str = /* values here */
|
|
```
|
|
|
|
### `List[components.InputsUnion1]`
|
|
|
|
```python
|
|
value: List[components.InputsUnion1] = /* values here */
|
|
```
|
|
|