mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
28 lines
428 B
Plaintext
28 lines
428 B
Plaintext
---
|
|
title: "CapabilityDescriptor"
|
|
---
|
|
|
|
A typed descriptor for one supported request parameter.
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.EnumCapability`
|
|
|
|
```python
|
|
value: components.EnumCapability = /* values here */
|
|
```
|
|
|
|
### `components.RangeCapability`
|
|
|
|
```python
|
|
value: components.RangeCapability = /* values here */
|
|
```
|
|
|
|
### `components.BooleanCapability`
|
|
|
|
```python
|
|
value: components.BooleanCapability = /* values here */
|
|
```
|
|
|