Skip to content

Commit cb1dae4

Browse files
committed
chore(docs): Refresh OpenAI conformance coverage baseline after rebase.
Signed-off-by: Sébastien Han <seb@redhat.com>
1 parent 3fd8bda commit cb1dae4

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

docs/docs/api-openai/conformance.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ This documentation is auto-generated from the OpenAI API specification compariso
1818

1919
| Metric | Value |
2020
|--------|-------|
21-
| **Overall Conformance Score** | 91.8% |
21+
| **Overall Conformance Score** | 91.7% |
2222
| **Endpoints Implemented** | 30/146 |
2323
| **Total Properties Checked** | 3487 |
24-
| **Schema/Type Issues** | 184 |
25-
| **Missing Properties** | 101 |
26-
| **Total Issues to Fix** | 285 |
24+
| **Schema/Type Issues** | 183 |
25+
| **Missing Properties** | 107 |
26+
| **Total Issues to Fix** | 290 |
2727

2828
## Integration Test Coverage
2929

@@ -52,7 +52,6 @@ Categories are sorted by conformance score (lowest first, needing most attention
5252
| Embeddings | 78.6% | 14 | 3 | 0 |
5353
| Vector stores | 82.9% | 310 | 41 | 12 |
5454
| Responses | 88.9% | 225 | 25 | 0 |
55-
| Models | 93.3% | 15 | 1 | 0 |
5655
| Chat | 98.7% | 449 | 5 | 1 |
5756
| Conversations | 98.9% | 2165 | 19 | 4 |
5857

docs/static/openai-coverage.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@
126126
]
127127
},
128128
"conformance": {
129-
"score": 91.8,
130-
"issues": 184,
131-
"missing_properties": 101,
132-
"total_problems": 285,
129+
"score": 91.7,
130+
"issues": 183,
131+
"missing_properties": 107,
132+
"total_problems": 290,
133133
"total_properties": 3487
134134
}
135135
},

0 commit comments

Comments
 (0)