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

28 lines
253 B
Plaintext

---
title: "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 */
```