Files
openrouter-python-sdk-retry…/docs/components/easyinputmessagedetail.mdx
T

23 lines
365 B
Plaintext

---
title: "EasyInputMessageDetail"
---
## Example Usage
```python
from openrouter.components import EasyInputMessageDetail
# Open enum: unrecognized values are captured as UnrecognizedStr
value: EasyInputMessageDetail = "auto"
```
## Values
This is an open enum. Unrecognized values will not fail type checks.
- `"auto"`
- `"high"`
- `"low"`
- `"original"`