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

[Feat]: Proper Feedback Mechanism #274

Open
DevangML opened this issue May 9, 2024 · 1 comment
Open

[Feat]: Proper Feedback Mechanism #274

DevangML opened this issue May 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@DevangML
Copy link

DevangML commented May 9, 2024

Describe the problem and solution that you'd like.

I just tried out Command Dash and found out one flaw in it, see we have ability to chat with it but it will not rethink on its approach much like we have in say GPT 4, though the first product is quite good here due to fine tuning but feedback mechanism is weak which makes it difficult for us teach the AI how to adapt to our codebases and write exactly how we write.

Please can you add a dedicated button with prompt engineered prompt which will attach to our prompt to improve response and regenerate entire testcase applying those changes and not giving same test code again which is the current behaviour.

Also, another solution for it can be to make the AI think that it is a wizard who will embark on a journey to iteratively generate test case for the problem by designing and deliberation

Describe alternatives that you have considered.

No response

Additional Information

No response

Acceptance Criteria

Acceptance Criteria:

  1. A button for feedback for the test or refactoring done which will successfully push the AI to rethink
  2. Long term memory to remember stuff about the specific testcase setup and environments we give it, which should be exportable as a file like a memory chip. (Using it we should be able to bring back the AI we trained in any machine)
@DevangML DevangML added the enhancement New feature or request label May 9, 2024
@samyakkkk
Copy link
Contributor

Hi @DevangML! thanks for this feedback. we are bringing in a chat mode that allows you to just activate an agent say @test and chat normally with it like you do with ChatGPT.

This shall solve this problem to some extent. The ideal solution to further chat with commands may take some time for us to get to.

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
None yet
Development

No branches or pull requests

2 participants