mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
36 lines
785 B
Markdown
36 lines
785 B
Markdown
# CompletionCreateParamsResponseFormatUnion
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.CompletionCreateParamsResponseFormatText`
|
|
|
|
```python
|
|
value: components.CompletionCreateParamsResponseFormatText = /* values here */
|
|
```
|
|
|
|
### `components.CompletionCreateParamsResponseFormatJSONObject`
|
|
|
|
```python
|
|
value: components.CompletionCreateParamsResponseFormatJSONObject = /* values here */
|
|
```
|
|
|
|
### `components.ResponseFormatJSONSchema`
|
|
|
|
```python
|
|
value: components.ResponseFormatJSONSchema = /* values here */
|
|
```
|
|
|
|
### `components.ResponseFormatTextGrammar`
|
|
|
|
```python
|
|
value: components.ResponseFormatTextGrammar = /* values here */
|
|
```
|
|
|
|
### `components.CompletionCreateParamsResponseFormatPython`
|
|
|
|
```python
|
|
value: components.CompletionCreateParamsResponseFormatPython = /* values here */
|
|
```
|
|
|