mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
28 lines
253 B
Plaintext
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 */
|
|
```
|
|
|