Skip to content
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

Chatbot for Efficient Issue Triage and Resolution #808

Open
llxia opened this issue Jun 12, 2023 · 0 comments
Open

Chatbot for Efficient Issue Triage and Resolution #808

llxia opened this issue Jun 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@llxia
Copy link
Contributor

llxia commented Jun 12, 2023

Motivation
The current issue triage process often relies on manual analysis and decision-making by developers, which can be time-consuming and error-prone. And the increasing volume and complexity of software issues can overwhelm development teams, leading to delays, inefficiencies, and customer dissatisfaction.

The primary objective of this proposal is to investigate if we can leverage ChatGPT to enhance the issue triage and resolution process.

Possible area of investigation
By leveraging the knowledge of ChatGPT, if we can achieve any of the following, that would be great:

  • Summarize Issue
  • Improved Issue Triage with prioritize queue: classify and prioritize issues based on their severity, urgency, and impact, providing developers with a clear and organized view of the task queue
  • With Git commit history, extract valuable information about code changes related to a specific issue
  • Use Chatbot as a virtual team member, providing real-time suggestions, code snippets, and best practices to resolve issues.
  • Train and fine-tune ChatGPT: Gather historical Git issue comments, Git commit history, and other relevant test data. This dataset will be used to train and fine-tune ChatGPT to understand the project. Related: https://www.shiksha.com/online-courses/articles/how-to-fine-tune-chatgpt-for-specific-use-case/

The above ideas are just some examples. We are open to any suggestions or recommendations.

#807 is a simple example, where we provide git issue comments into ChatGPT using llama_index, then the user can ask questions. To run it, start with https://github.com/adoptium/aqa-test-tools/blob/master/Chatbot/myKeys.sh

The cost of ChatGPT can vary depending on the specific implementation and usage requirements. It is one of the risk factors that we should keep in mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

2 participants