About ui.chat_message #2123
-
QuestionThe chatapp example is very helpful to understand the UI element and actions, thanks for providing this. Couple of questions,
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Oh yes. We would be happy to review any pull requests for this.
I'm not sure. "Best way" is quite strong. A simple way would be to replace a ui.markdown or ui.label content with everything from the streaming response you've got so far. Otherwise you would need to build your own ui element which can update wordwise (similar to ui.log_view which updates line-wise).
Should be possible. But would involve more sophisticated coding. |
Beta Was this translation helpful? Give feedback.
Oh yes. We would be happy to review any pull requests for this.
I'm not sure. "Best way" is quite strong. A simple way would be to replace a ui.markdown or ui.label content with everything from the streaming response you've got so far. Otherwise you would need to build your own ui element which can update wordwise (similar to ui.log_view which updates line-wise).
Should be possible. But would involve more sophisticated coding.