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 64b970e commit eca3a73Copy full SHA for eca3a73
components/AgentRuntimeProvider.tsx
@@ -35,6 +35,7 @@ const AgentModelAdapter: ChatModelAdapter = {
35
.pipeThrough(new EventSourceParserStream());
36
37
let text = "";
38
+ // @ts-ignore
39
for await (const content of eventStream) {
40
let data = content.data || "";
41
if (data.length > 2) {
0 commit comments