mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
28 lines
422 B
Plaintext
28 lines
422 B
Plaintext
---
|
|
title: "Formats"
|
|
---
|
|
|
|
Text response format configuration
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.FormatTextConfig`
|
|
|
|
```python
|
|
value: components.FormatTextConfig = /* values here */
|
|
```
|
|
|
|
### `components.FormatJSONObjectConfig`
|
|
|
|
```python
|
|
value: components.FormatJSONObjectConfig = /* values here */
|
|
```
|
|
|
|
### `components.FormatJSONSchemaConfig`
|
|
|
|
```python
|
|
value: components.FormatJSONSchemaConfig = /* values here */
|
|
```
|
|
|