mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
Speakeasy regeneration with latest schema changes including type renames and new server tool models.
30 lines
366 B
Markdown
30 lines
366 B
Markdown
# Variables
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `str`
|
|
|
|
```python
|
|
value: str = /* values here */
|
|
```
|
|
|
|
### `components.InputText`
|
|
|
|
```python
|
|
value: components.InputText = /* values here */
|
|
```
|
|
|
|
### `components.InputImage`
|
|
|
|
```python
|
|
value: components.InputImage = /* values here */
|
|
```
|
|
|
|
### `components.InputFile`
|
|
|
|
```python
|
|
value: components.InputFile = /* values here */
|
|
```
|
|
|