mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
26 lines
462 B
Markdown
26 lines
462 B
Markdown
# ResponseFormatTextConfig
|
|
|
|
Text response format configuration
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.ResponsesFormatText`
|
|
|
|
```python
|
|
value: components.ResponsesFormatText = /* values here */
|
|
```
|
|
|
|
### `components.ResponsesFormatJSONObject`
|
|
|
|
```python
|
|
value: components.ResponsesFormatJSONObject = /* values here */
|
|
```
|
|
|
|
### `components.ResponsesFormatTextJSONSchemaConfig`
|
|
|
|
```python
|
|
value: components.ResponsesFormatTextJSONSchemaConfig = /* values here */
|
|
```
|
|
|