feat: support resuming ongoing streams (#974)

This commit is contained in:
Jeremy 2025-05-01 12:36:52 -07:00 committed by GitHub
parent 45978c27a2
commit a3221fbcdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 1005 additions and 47 deletions

View file

@ -30,6 +30,7 @@ export default async function Page() {
selectedVisibilityType="private"
isReadonly={false}
session={session}
autoResume={false}
/>
<DataStreamHandler id={id} />
</>
@ -46,6 +47,7 @@ export default async function Page() {
selectedVisibilityType="private"
isReadonly={false}
session={session}
autoResume={false}
/>
<DataStreamHandler id={id} />
</>