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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
29
30
30
* Added [narwhals](https://posit-dev.github.io/py-narwhals) support for `@render.table`. This allows for any eager data frame supported by narwhals to be returned from a `@render.table` output method. (#1570)
31
31
32
+
*`chat_ui()` and `Chat.ui()` gain a `messages` parameter for providing starting messages. (#1736)
33
+
32
34
### Other changes
33
35
34
36
* Incorporated `orjson` for faster data serialization in `@render.data_frame` outputs. (#1570)
@@ -100,7 +102,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100
102
* A few fixes for `ui.Chat()`, including:
101
103
* A fix for use inside Shiny modules. (#1582)
102
104
*`.messages(format="google")` now returns the correct role. (#1622)
103
-
*`ui.Chat(messages)` are no longer dropped when dynamically rendered. (#1593)
104
105
*`transform_assistant_response` can now return `None` and correctly handles change of content on the last chunk. (#1641)
105
106
106
107
* An empty `ui.input_date()` value no longer crashes Shiny. (#1528)
0 commit comments