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
feat(api): oasdiff OpenAI openAPI spec against ours
diff the `/v1/` routes that are OpenAI compatible against the OpenAI openAPI spec. This will of course only trigger on PRs where the spec is changed.
This will catch errors with new handwritten additions to our openAI compat routes.
Instead of fetching the OpenAPI spec from a dynamic URL, which could cause non-deterministic build failures,
this change uses a local copy stored at `docs/static/openai-spec.yml`.
This makes the conformance check fully reproducible and prevents CI failures caused by uncontrolled upstream changes.
Signed-off-by: Charlie Doern <[email protected]>
0 commit comments