mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-01 12:40:23 +08:00
feat: move to overload typing for stream:true intent for sse
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
# ResponseFormat
|
||||
|
||||
Response format configuration
|
||||
|
||||
|
||||
## Supported Types
|
||||
|
||||
### `models.ResponseFormatText`
|
||||
|
||||
```python
|
||||
value: models.ResponseFormatText = /* values here */
|
||||
```
|
||||
|
||||
### `models.ResponseFormatJSONObject`
|
||||
|
||||
```python
|
||||
value: models.ResponseFormatJSONObject = /* values here */
|
||||
```
|
||||
|
||||
### `models.ResponseFormatJSONSchema`
|
||||
|
||||
```python
|
||||
value: models.ResponseFormatJSONSchema = /* values here */
|
||||
```
|
||||
|
||||
### `models.ResponseFormatGrammar`
|
||||
|
||||
```python
|
||||
value: models.ResponseFormatGrammar = /* values here */
|
||||
```
|
||||
|
||||
### `models.ResponseFormatPython`
|
||||
|
||||
```python
|
||||
value: models.ResponseFormatPython = /* values here */
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user