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 b44884d commit 6b1d59fCopy full SHA for 6b1d59f
src/providers/Stream.tsx
@@ -84,6 +84,7 @@ const StreamSession = ({
84
apiKey: apiKey ?? undefined,
85
assistantId,
86
threadId: threadId ?? null,
87
+ fetchStateHistory: true,
88
onCustomEvent: (event, options) => {
89
if (isUIMessage(event) || isRemoveUIMessage(event)) {
90
options.mutate((prev) => {
0 commit comments