mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
19 lines
229 B
Plaintext
19 lines
229 B
Plaintext
---
|
|
title: "Mode"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.ModeAuto`
|
|
|
|
```python
|
|
value: components.ModeAuto = /* values here */
|
|
```
|
|
|
|
### `components.ModeRequired`
|
|
|
|
```python
|
|
value: components.ModeRequired = /* values here */
|
|
```
|
|
|