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

22 lines
394 B
Plaintext

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