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

23 lines
365 B
Plaintext

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