-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security Solution] Auto-bundle AI Assistant API OpenAPI specs #188826
[Security Solution] Auto-bundle AI Assistant API OpenAPI specs #188826
Conversation
x-pack/packages/kbn-elastic-assistant-common/scripts/openapi/bundle.js
Outdated
Show resolved
Hide resolved
x-pack/packages/kbn-elastic-assistant-common/scripts/openapi/bundle.js
Outdated
Show resolved
Hide resolved
Hi @elastic/security-generative-ai, Could you check validity of accessibility of your APIs in Serverless and ESS by checking added |
d9ff562
to
bee0578
Compare
Pinging @elastic/security-solution (Team: SecuritySolution) |
#188704 has been merged, so this should be good once conflicts are resolved. Apologies for the overlap with the |
bee0578
to
a4a2d73
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @maximpn! 🙂
.../packages/kbn-elastic-assistant-common/impl/schemas/conversations/append_message.schema.yaml
Outdated
Show resolved
Hide resolved
ce773d9
to
7edacb2
Compare
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Module Count
Public APIs missing comments
Async chunks
History
To update your PR or re-run it, just comment with: cc @maximpn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rule management changes lgtm!
Addresses: #184428
Summary
This PR adds scripts for automatic bundling of AI Assistant API OpenAPI specs as a part of PR pipeline. Corresponding result bundles are automatically committed to the Assistant Common package
x-pack/packages/kbn-elastic-assistant-common
in thedocs/openapi/ess/
anddocs/openapi/serverless
folders (similar to #186384).