This commit is contained in:
WaelAbouceo 2025-02-02 12:20:25 +02:00
parent 7844ca9343
commit 78cf3f9d5f

View file

@ -37,7 +37,7 @@ export interface MetaSearchAgentType {
fileIds: string[], fileIds: string[],
) => Promise<eventEmitter>; ) => Promise<eventEmitter>;
} }
// twst
interface Config { interface Config {
searchWeb: boolean; searchWeb: boolean;
rerank: boolean; rerank: boolean;