Update specification

This commit is contained in:
Aymeric 2024-07-02 12:07:23 +02:00
parent dea9c0dc74
commit b141e9ad6f

View File

@ -903,6 +903,16 @@
"example": 0.1, "example": 0.1,
"nullable": true "nullable": true
}, },
"response_format": {
"type": "array",
"items": {
"type": "string",
"value": "string"
},
"description": "The constrained response format. 'type' can be 'regex' or 'json_object'.",
"example": "null",
"nullable": true
},
"seed": { "seed": {
"type": "integer", "type": "integer",
"format": "int64", "format": "int64",