feat(agents): fix unresloved types

This commit is contained in:
ItzCrazyKns
2024-08-25 15:08:30 +05:30
parent 6b8f7dc32c
commit c521b032a7
6 changed files with 6 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ const basicWebSearchResponsePrompt = `
const strParser = new StringOutputParser();
const handleStream = async (
stream: IterableReadableStream<StreamEvent>,
stream: IterableReadableStream<StreamEvent>,
emitter: eventEmitter,
) => {
for await (const event of stream) {