- Issue created by @utkarsh_33
- 🇮🇳India kunal.sachdev
I tested by creating 4–5 components, including one from an image, and everything worked as expected each time ✅
When trying to create a component with AI, the generated props and the functional arguments for the js code didn't match which leads to unexpected behaviour when changing the props values. This is generally because AI is hallucinating the props names.
Improve the system prompt for code component generation so that there is less hallucination of props while component creation.
Active
1.0
AI
I tested by creating 4–5 components, including one from an image, and everything worked as expected each time ✅