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

22 lines
400 B
Plaintext

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