Skip to content

Commit b8c6644

Browse files
authored
Update tests/playwright/shiny/components/chat/stream-result/app.py
1 parent f26501f commit b8c6644

File tree

1 file changed

+1
-1
lines changed
  • tests/playwright/shiny/components/chat/stream-result

1 file changed

+1
-1
lines changed

tests/playwright/shiny/components/chat/stream-result/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ async def _(message: str):
2121

2222
@render.code
2323
async def stream_result():
24-
return chat.get_message_stream().result()
24+
return chat.latest_message_stream.result()

0 commit comments

Comments
 (0)