mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-31 12:30:30 +08:00
38 lines
966 B
Markdown
38 lines
966 B
Markdown
# ChatStreamCompletionCreateParamsResponseFormatUnion
|
|
|
|
Response format configuration
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `models.ChatStreamCompletionCreateParamsResponseFormatText`
|
|
|
|
```python
|
|
value: models.ChatStreamCompletionCreateParamsResponseFormatText = /* values here */
|
|
```
|
|
|
|
### `models.ChatStreamCompletionCreateParamsResponseFormatJSONObject`
|
|
|
|
```python
|
|
value: models.ChatStreamCompletionCreateParamsResponseFormatJSONObject = /* values here */
|
|
```
|
|
|
|
### `models.ChatStreamCompletionCreateParamsResponseFormatJSONSchema`
|
|
|
|
```python
|
|
value: models.ChatStreamCompletionCreateParamsResponseFormatJSONSchema = /* values here */
|
|
```
|
|
|
|
### `models.ChatStreamCompletionCreateParamsResponseFormatGrammar`
|
|
|
|
```python
|
|
value: models.ChatStreamCompletionCreateParamsResponseFormatGrammar = /* values here */
|
|
```
|
|
|
|
### `models.ChatStreamCompletionCreateParamsResponseFormatPython`
|
|
|
|
```python
|
|
value: models.ChatStreamCompletionCreateParamsResponseFormatPython = /* values here */
|
|
```
|
|
|