chrisglein / artificial-chat

2 stars 1 forks source link

"I didn't want an image" button no longer works #50

Closed chrisglein closed 1 year ago

chrisglein commented 1 year ago

This used to override the image intent detection to allow you to fallback to text. This stopped working when the UI was changed to be driven from the data entries list instead of embedded JSX content in #45. To fix it there needs to be a way from the element to reset the content type and the decision of that intent evaluation.