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
IIUC, the feature you want is to be able to compose a user message for the user and submit it, having it be reflected both in the UI and in the response, right?
If so, to connect some dots, I also had a similar need and opened a request in ellmer + shinychat
While this feature is directly related towards shiny.ui.Chat, I'm posting the issue here as it is targeted towards chatlas.
Goal: Set and submit user value and display streaming result as if the user had done it.
Using
await chat.chat_async("NEW_MSG")
does not update the Shiny UI, but it'd be really cool if it did.Current work around:
The text was updated successfully, but these errors were encountered: