-
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] Elastic Security Assistant fixes #159054
[Security Solution] Elastic Security Assistant fixes #159054
Conversation
Pinging @elastic/security-solution (Team: SecuritySolution) |
, plus it skips the following Cypress test, which appears to fail for unrelated reasons `x-pack/plugins/security_solution/cypress/e2e/inspect/inspect_button.cy.ts`
💛 Build succeeded, but was flaky
Failed CI StepsTest FailuresMetrics [docs]Module Count
Public APIs missing comments
Any counts in public APIs
Async chunks
Unknown metric groupsAPI count
ESLint disabled line counts
Total ESLint disabled count
To update your PR or re-run it, just comment with: |
elastic#159054 was merged directly to the `8.8` branch, and includes the following changes: - Changes the `New chat` button text from `New chat` to `Chat`, because a new chat context is not created if an existing chat is in progress - Updates the Data Quality dashboard user prompt to remove references to API requests - Fixes an issue where user prompts were not filtered by category
## Summary This PR includes the same changes as #159054 It does not require a backport. ### Details #159054 was merged to the `8.8` branch, (targeting `v8.8.1`), and includes the following changes: - Changes the `New chat` button text from `New chat` to `Chat`, because a new chat context is not created if an existing chat is in progress - Updates the Data Quality dashboard user prompt to remove references to API requests - Fixes an issue where user prompts were not filtered by category
New chat
button text fromNew chat
toChat
, because a new chat context is not created if an existing chat is in progress