We want independent input values depending on the tab the user uses to populate the prompt parameters. The old version without a different source should keep working as before because I duplicated the hook that will be removed when enabling the new UI for everyone.
TODO
[x] Manual inputs source in local storage
[x] Dataset inputs source in local storage
[x] History logs inputs source in local storage
[x] QA without a feature flag keeps working
[!NOTE]
This PR looks bigger than it is. I'm duplicating old input functionality to keep it working while we test all the changes. After all, a good big part of the code in this PR will be removed
What?
We want independent input values depending on the tab the user uses to populate the prompt parameters. The old version without a different source should keep working as before because I duplicated the hook that will be removed when enabling the new UI for everyone.
TODO