mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
22 lines
300 B
Plaintext
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 */
|
|
```
|
|
|