feat(agents): fix unresloved types
This commit is contained in:
parent
6b8f7dc32c
commit
c521b032a7
6 changed files with 6 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ import type { Embeddings } from '@langchain/core/embeddings';
|
|||
import formatChatHistoryAsString from '../utils/formatHistory';
|
||||
import eventEmitter from 'events';
|
||||
import logger from '../utils/logger';
|
||||
import { IterableReadableStream } from '@langchain/core/utils/stream';
|
||||
|
||||
const basicWolframAlphaSearchRetrieverPrompt = `
|
||||
You will be given a conversation below and a follow up question. You need to rephrase the follow-up question if needed so it is a standalone question that can be used by the LLM to search the web for information.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue