File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -977,7 +977,7 @@ Below is a detailed breakdown of conformance issues and missing properties for e
977977| ` responses.200.content.application/json.properties.reasoning ` | Union variants added: 1; Union variants removed: 1 |
978978| ` responses.200.content.application/json.properties.service_tier ` | Type removed: [ 'string'] ; Nullable added (OpenAI non-nullable); Union variants added: 2 |
979979| ` responses.200.content.application/json.properties.temperature ` | Type removed: [ 'number'] ; Nullable added (OpenAI non-nullable); Union variants added: 2 |
980- | ` responses.200.content.application/json.properties.text ` | Type added: [ 'object'] |
980+ | ` responses.200.content.application/json.properties.text ` | Type added: [ 'object'] ; Default changed: None -> { ' format ' : { ' type ' : ' text ' } } |
981981| ` responses.200.content.application/json.properties.tool_choice ` | Union variants added: 3 |
982982| ` responses.200.content.application/json.properties.tools ` | Type removed: [ 'array'] ; Nullable added (OpenAI non-nullable); Union variants added: 2 |
983983| ` responses.200.content.application/json.properties.top_logprobs ` | Type removed: [ 'integer'] ; Nullable added (OpenAI non-nullable); Union variants added: 2 |
Original file line number Diff line number Diff line change 18711871 {
18721872 "property" : " POST.responses.200.content.application/json.properties.text" ,
18731873 "details" : [
1874- " Type added: ['object']"
1874+ " Type added: ['object']" ,
1875+ " Default changed: None -> {'format': {'type': 'text'}}"
18751876 ]
18761877 },
18771878 {
You can’t perform that action at this time.
0 commit comments