Can I use code-agent on a frontend repo? #188
rohit-gulati-fourkites
started this conversation in
General
Replies: 1 comment
-
Honestly, as long as you give enough context to the LLM it should be able to do whatever you want. The issue is that it may not know the structure of your TSX file. My best recommendation is to manually create a prompt and test it with an LLM. Based on that you can tweak Cover Agent to meet your needs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create unit test cases for all the .tsx files in my repo to improve the unit test coverage
Beta Was this translation helpful? Give feedback.
All reactions