Skip to content

Commit eca3a73

Browse files
committed
add ts ignore
1 parent 64b970e commit eca3a73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/AgentRuntimeProvider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const AgentModelAdapter: ChatModelAdapter = {
3535
.pipeThrough(new EventSourceParserStream());
3636

3737
let text = "";
38+
// @ts-ignore
3839
for await (const content of eventStream) {
3940
let data = content.data || "";
4041
if (data.length > 2) {

0 commit comments

Comments
 (0)