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

23 lines
389 B
Plaintext

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