@@ -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.9 % |
21+ | ** Overall Conformance Score** | 92.1 % |
2222| ** Endpoints Implemented** | 30/146 |
2323| ** Total Properties Checked** | 3487 |
24- | ** Schema/Type Issues** | 179 |
24+ | ** Schema/Type Issues** | 172 |
2525| ** Missing Properties** | 104 |
26- | ** Total Issues to Fix** | 283 |
26+ | ** Total Issues to Fix** | 276 |
2727
2828## Integration Test Coverage
2929
@@ -48,10 +48,10 @@ Categories are sorted by conformance score (lowest first, needing most attention
4848| Batch | 39.9% | 168 | 60 | 41 |
4949| Completions | 58.7% | 46 | 17 | 2 |
5050| Models | 60.0% | 15 | 0 | 6 |
51- | Files | 76.2% | 42 | 8 | 2 |
5251| Embeddings | 78.6% | 14 | 3 | 0 |
5352| Vector stores | 82.9% | 310 | 41 | 12 |
5453| Responses | 88.9% | 225 | 25 | 0 |
54+ | Files | 92.9% | 42 | 1 | 2 |
5555| Chat | 98.7% | 449 | 5 | 1 |
5656| Conversations | 99.3% | 2165 | 15 | 1 |
5757
@@ -530,60 +530,6 @@ Below is a detailed breakdown of conformance issues and missing properties for e
530530
531531</details >
532532
533- ### Files
534-
535- ** Score:** 76.2% · ** Issues:** 8 · ** Missing:** 2
536-
537- #### ` /files `
538-
539- ** GET**
540-
541- <details >
542- <summary >Schema Issues (2)</summary >
543-
544- | Property | Issues |
545- | ----------| --------|
546- | ` responses.200.content.application/json.properties.data.items.properties.expires_at ` | Type removed: [ 'integer'] ; Nullable added (OpenAI non-nullable); Union variants added: 2 |
547- | ` responses.200.content.application/json.properties.data.items.properties.purpose ` | Enum values removed: [ 'assistants_output', 'batch_output', 'fine-tune', 'fine-tune-results', 'vision', 'user_data'] |
548-
549- </details >
550-
551- ** POST**
552-
553- <details >
554- <summary >Missing Properties (2)</summary >
555-
556- - ` requestBody.content.multipart/form-data.properties.expires_after.properties.anchor `
557- - ` requestBody.content.multipart/form-data.properties.expires_after.properties.seconds `
558-
559- </details >
560-
561- <details >
562- <summary >Schema Issues (4)</summary >
563-
564- | Property | Issues |
565- | ----------| --------|
566- | ` requestBody.content.multipart/form-data.properties.expires_after ` | Type removed: [ 'object'] ; Union variants added: 2 |
567- | ` requestBody.content.multipart/form-data.properties.purpose ` | Enum values removed: [ 'fine-tune', 'vision', 'user_data', 'evals'] |
568- | ` responses.200.content.application/json.properties.expires_at ` | Type removed: [ 'integer'] ; Nullable added (OpenAI non-nullable); Union variants added: 2 |
569- | ` responses.200.content.application/json.properties.purpose ` | Enum values removed: [ 'assistants_output', 'batch_output', 'fine-tune', 'fine-tune-results', 'vision', 'user_data'] |
570-
571- </details >
572-
573- #### ` /files/{file_id} `
574-
575- ** GET**
576-
577- <details >
578- <summary >Schema Issues (2)</summary >
579-
580- | Property | Issues |
581- | ----------| --------|
582- | ` responses.200.content.application/json.properties.expires_at ` | Type removed: [ 'integer'] ; Nullable added (OpenAI non-nullable); Union variants added: 2 |
583- | ` responses.200.content.application/json.properties.purpose ` | Enum values removed: [ 'assistants_output', 'batch_output', 'fine-tune', 'fine-tune-results', 'vision', 'user_data'] |
584-
585- </details >
586-
587533### Embeddings
588534
589535** Score:** 78.6% · ** Issues:** 3 · ** Missing:** 0
@@ -867,6 +813,31 @@ Below is a detailed breakdown of conformance issues and missing properties for e
867813
868814</details >
869815
816+ ### Files
817+
818+ ** Score:** 92.9% · ** Issues:** 1 · ** Missing:** 2
819+
820+ #### ` /files `
821+
822+ ** POST**
823+
824+ <details >
825+ <summary >Missing Properties (2)</summary >
826+
827+ - ` requestBody.content.multipart/form-data.properties.expires_after.properties.anchor `
828+ - ` requestBody.content.multipart/form-data.properties.expires_after.properties.seconds `
829+
830+ </details >
831+
832+ <details >
833+ <summary >Schema Issues (1)</summary >
834+
835+ | Property | Issues |
836+ | ----------| --------|
837+ | ` requestBody.content.multipart/form-data.properties.expires_after ` | Type removed: [ 'object'] ; Union variants added: 2 |
838+
839+ </details >
840+
870841### Chat
871842
872843** Score:** 98.7% · ** Issues:** 5 · ** Missing:** 1
0 commit comments