How can we instruct LLMs about the rules in this plugin? #29
ibrahimn-flwls
started this conversation in
General
Replies: 1 comment
-
|
oops sorry, I never got a notification for this!
Something something the second best time to plant a tree is today 😂 This is a good point. To my knowledge of current AI tools, you would use one that can run ESLint from the command-line, and prompt it to do so when appropriate. So, the plugin provides feedback to the model. Maybe the error message will be helpful enough that the AI can correct its code. Let me know if you have success with that! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Right now current LLMs, even GPT-5 on high mode, can write pretty sloppy React code (I guess because there's just so much sloppy React code in the wild!), what would be the best way to instruct LLMs to respect the rules set out by this plugin?
Maybe an LLM rules markdown file?
Would that be difficult to achieve?
Thank you for this plugin btw, it's really pretty good! I wish the React team put this out years ago, so we wouldn't be in this situation..
Beta Was this translation helpful? Give feedback.
All reactions