- Issue created by @utkarsh_33
- Merge request !1441#3541065: AI generated component should generate component wisely. → (Open) created by utkarsh_33
- 🇮🇳India utkarsh_33
Here's the scenario that I tested. You can see that in the
before
video it uses useState hook and after changing the prompt its evident that in theafter
video it does not include the useState for the same prompt, even though it does not generate the exact same component(which is fine as we can't expect AI do that always).
Moving this to NR. - 🇮🇳India utkarsh_33
Re #4 : I think it can act a
little
bit wisely if we instruct it to perfection 😂. - 🇬🇧United Kingdom catch
What is the criteria for determining that this is fixed given the non-probabilistic output? e.g. what percentage of attempts before the MR generated extraneous code, and what percentage afterwards? The before and after videos show one attempt each, but that could be within the normal deviation of either code base.