We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26501f commit b8c6644Copy full SHA for b8c6644
tests/playwright/shiny/components/chat/stream-result/app.py
@@ -21,4 +21,4 @@ async def _(message: str):
21
22
@render.code
23
async def stream_result():
24
- return chat.get_message_stream().result()
+ return chat.latest_message_stream.result()
0 commit comments