This commit is contained in:
David Alberto Adler
2025-09-07 20:40:53 +01:00
parent 0fc7236673
commit da48e8c4ea
166 changed files with 1689 additions and 4514 deletions
+37
View File
@@ -0,0 +1,37 @@
# ResponseFormat
Response format configuration
## Supported Types
### `models.ResponseFormatText`
```python
value: models.ResponseFormatText = /* values here */
```
### `models.ResponseFormatJSONObject`
```python
value: models.ResponseFormatJSONObject = /* values here */
```
### `models.ResponseFormatJSONSchema`
```python
value: models.ResponseFormatJSONSchema = /* values here */
```
### `models.ResponseFormatGrammar`
```python
value: models.ResponseFormatGrammar = /* values here */
```
### `models.ResponseFormatPython`
```python
value: models.ResponseFormatPython = /* values here */
```