feat(agents): fix unresloved types
This commit is contained in:
parent
6b8f7dc32c
commit
c521b032a7
6 changed files with 6 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue