Skip to content

Commit 6d35450

Browse files
committed
chore: refresh OpenAI coverage docs
Signed-off-by: Sumanth Kamenani <skamenan@redhat.com>
1 parent 2535771 commit 6d35450

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/docs/api-openai/conformance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

docs/static/openai-coverage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1871,7 +1871,8 @@
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
{

0 commit comments

Comments
 (0)