Uh oh!
There was an error while loading. Please reload this page.
feat: keep input prompt when switching task types - #238
Conversation
janepie
commented
May 8, 2025
As this |
janepie
commented
May 8, 2025
On further investigation, this should be done in |
Uh oh!
There was an error while loading. Please reload this page.
9f6e6ef to
bb08225Comparejanepie
commented
May 9, 2025
Looks good to me so far. It doesn't work with the document generation task types as their input is labeled |
edward-ly
commented
May 9, 2025
Similarly, maybe |
Signed-off-by: Edward Ly <contact@edward.ly>
bb08225 to
b1a500bCompare
julien-nc
left a comment
There was a problem hiding this comment.
I think it's fine like it is now. We can't change input shape keys of task types that were already in some releases, it would break loading the existing tasks that were created with the old keys.
Resolves#217.
Continuing discussion from #227:
I'm not sure if
AssistantFormInputs::watch::selectedTaskTypehas any purpose anymore, now that I think about it, especially now with the addition of theTranslateForm. Removing it fixed the issue for me.