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

22 lines
300 B
Plaintext

---
title: "InputUnion"
---
The input to the generation — either a prompt string or an array of messages
## Supported Types
### `components.Input1`
```python
value: components.Input1 = /* values here */
```
### `components.Input2`
```python
value: components.Input2 = /* values here */
```