Skip to content

Commit 12e9728

Browse files
committed
Update changelog
1 parent f625eba commit 12e9728

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
* The `ui.Chat()` component gains the following:
1717
* The `.on_user_submit()` decorator method now passes the user input to the decorated function. This makes it a bit easier to access the user input. See the new templates (mentioned below) for examples. (#1801)
18-
* The `.append_message_stream()` method now returns the `reactive.extended_task` instance that it launches. Among other things, this allows you to access the final result of the stream when it completes. (#1846)
18+
* A new `get_latest_stream_result()` method was added for an easy way to access the final result of the stream when it completes. (#1846)
19+
* The `.append_message_stream()` method now returns the `reactive.extended_task` instance that it launches. (#1846)
1920

2021
* `shiny create` includes new and improved `ui.Chat()` template options. Most of these templates leverage the new [`{chatlas}` package](https://posit-dev.github.io/chatlas/), our opinionated approach to interfacing with various LLM. (#1806)
2122

0 commit comments

Comments
 (0)