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

21 lines
353 B
Plaintext

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