Files
openrouter-python-sdk-retry…/docs/components/variables.md
T
OpenRouter SDK Bot 5ab44f08f0 feat: regenerate SDK with updated OpenAPI spec
Speakeasy regeneration with latest schema changes including
type renames and new server tool models.
2026-03-27 15:18:14 -04:00

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 */
```