-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ai): add AI-based issue interpretation feature (#707)
## What type of PR is this? /kind feature ## What this PR does / why we need it: This PR introduces a new AI-based issue interpretation feature to enhance the diagnostic capabilities of the system. Key changes include: - Implementation of a new endpoint for AI-based issue interpretation. - Addition of a new AI prompt type specifically for issue interpretation. - Updates to UI components to support the new AI interpretation feature. - Addition of translations for the AI interpretation feature to ensure localization support. - Removal of a deprecated types file and refactoring of related code to maintain code cleanliness. - Updates to styling for the new AI interpretation panel to ensure a consistent and user-friendly interface. This feature allows users to gain AI-driven insights and interpretations of scanner issues, improving the overall diagnostic experience. ![image](https://github.com/user-attachments/assets/256f5e67-032c-4834-82e8-8525344ec3e2) ![image](https://github.com/user-attachments/assets/8ac2787b-ae15-4a2f-b2da-bff5e3c3a4fd) Demo: ![demo](https://github.com/user-attachments/assets/fd9ba3c0-e75c-46d2-82b2-b70a00a12d2c) ## Which issue(s) this PR fixes: Fixes #632 --------- Co-authored-by: tianhai <wb-th358723@antgroup.com>
- Loading branch information
Showing
24 changed files
with
2,141 additions
and
527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.