You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chore: API Type Matching / OpenAI OpenAPI Conformance Testing
Context:
To ensure compatibility and consistency with the OpenAI API, it is essential to audit the types implemented in our API and verify that they match the types and request/response signatures defined in the OpenAI API. Additionally, we need to develop compliance testing against the official openai-openapi repository to detect any drift or deviations over time.
Tasks:
Obtain the latest version of the OpenAI OpenAPI specification from the official openai-openapi repository
Identify all the types and request/response signatures currently implemented in our API
Compare each type and signature in our API with the corresponding definitions in the OpenAI OpenAPI specification
Document any discrepancies or deviations found during the comparison
Update our API codebase to match the types and signatures defined in the OpenAI OpenAPI specification
barronstone
changed the title
chore: openai api type matching / conformance testing
chore(test) openai api type matching / conformance testing
May 31, 2024
Chore: API Type Matching / OpenAI OpenAPI Conformance Testing
Context:
To ensure compatibility and consistency with the OpenAI API, it is essential to audit the types implemented in our API and verify that they match the types and request/response signatures defined in the OpenAI API. Additionally, we need to develop compliance testing against the official
openai-openapi
repository to detect any drift or deviations over time.Tasks:
openai-openapi
repositoryThe text was updated successfully, but these errors were encountered: