Files
openrouter-python-sdk-retry…/docs/models/stop.md
T

26 lines
238 B
Markdown

# Stop
Stop sequences (up to 4)
## Supported Types
### `str`
```python
value: str = /* values here */
```
### `List[str]`
```python
value: List[str] = /* values here */
```
### `Any`
```python
value: Any = /* values here */
```