Files

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 */
```