feat: keep input prompt when switching task types#238
Conversation
|
As this |
|
On further investigation, this should be done in |
9f6e6ef to
bb08225
Compare
|
Looks good to me so far. It doesn't work with the document generation task types as their input is labeled |
Similarly, maybe |
Signed-off-by: Edward Ly <contact@edward.ly>
bb08225 to
b1a500b
Compare
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.