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

23 lines
383 B
Plaintext

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