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