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

21 lines
376 B
Plaintext

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