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

22 lines
367 B
Plaintext

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