Thanks for the answer!
It would seem there are some additional considerations when using `chat.append_message_stream()`. For example, the [following code](https://shinylive.io/py/editor/#code=Nobw...
I’m using Python Shiny’s built-in `ui.chat_ui()` and `chat.append_message()` to build a chat interface. I’d like to insert a **Shiny input** (for example, an action link or a button) directly into ...