Closed kyteinsky closed 7 months ago
If you wanna do it in a similar fashion than the other task types, the change/checked/update events on the sccEnabled checkbox and <ContextChatInputForm>
could call onUpdateContextChat
.
Also, I think onUpdateContextChat
should be called in the selectedTaskTypeId
watch method when context chat is selected.
<ContextChatInputForm>
could callonUpdateContextChat
sccEnabled is in the Assistant form itself, it removes/mounts the ContextChatInputForm externally, added update there.
Thanks!
@julien-nc Not sure if this is the best approach but it fixes the issue