mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
36 lines
771 B
Markdown
36 lines
771 B
Markdown
# ChatGenerationParamsResponseFormatUnion
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.ChatGenerationParamsResponseFormatText`
|
|
|
|
```python
|
|
value: components.ChatGenerationParamsResponseFormatText = /* values here */
|
|
```
|
|
|
|
### `components.ChatGenerationParamsResponseFormatJSONObject`
|
|
|
|
```python
|
|
value: components.ChatGenerationParamsResponseFormatJSONObject = /* values here */
|
|
```
|
|
|
|
### `components.ResponseFormatJSONSchema`
|
|
|
|
```python
|
|
value: components.ResponseFormatJSONSchema = /* values here */
|
|
```
|
|
|
|
### `components.ResponseFormatTextGrammar`
|
|
|
|
```python
|
|
value: components.ResponseFormatTextGrammar = /* values here */
|
|
```
|
|
|
|
### `components.ChatGenerationParamsResponseFormatPython`
|
|
|
|
```python
|
|
value: components.ChatGenerationParamsResponseFormatPython = /* values here */
|
|
```
|
|
|