You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I don't use chat_append(), the progress dots do not go away, even though the task has returned and triggered appropriate actions.
Additionally (or alternately), it might be nice to have a non-appending version of chat_append(), providing a response but not a full record of past responses. (In shiny, this makes it behave like all other inputs -- buttons, toggles, text boxes etc don't show the history of every click).
I know we can accomplish these things already using the base shiny reactions instead, but the UI is so nice here and it feels more consistent to be able to do both. Thanks for an awesome package.