mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-09-11 12:31:28 +08:00
docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "OperatorName"
|
||||
---
|
||||
|
||||
Operator identifier used in filter definitions
|
||||
|
||||
## Example Usage
|
||||
|
||||
```python
|
||||
from openrouter.operations import OperatorName
|
||||
|
||||
# Open enum: unrecognized values are captured as UnrecognizedStr
|
||||
value: OperatorName = "eq"
|
||||
```
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
This is an open enum. Unrecognized values will not fail type checks.
|
||||
|
||||
- `"eq"`
|
||||
- `"neq"`
|
||||
- `"in"`
|
||||
- `"not_in"`
|
||||
- `"gt"`
|
||||
- `"gte"`
|
||||
- `"lt"`
|
||||
- `"lte"`
|
||||
Reference in New Issue
Block a user