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

23 lines
408 B
Plaintext

---
title: "ApplyPatchCallStatus"
---
Lifecycle state of an `apply_patch_call` output item.
## Example Usage
```python
from openrouter.components import ApplyPatchCallStatus
# Open enum: unrecognized values are captured as UnrecognizedStr
value: ApplyPatchCallStatus = "in_progress"
```
## Values
This is an open enum. Unrecognized values will not fail type checks.
- `"in_progress"`
- `"completed"`