Update types.ts

This commit is contained in:
ItzCrazyKns
2025-12-24 13:55:12 +05:30
parent 6ae885e0ed
commit d4c276ab93

View File

@@ -12,6 +12,7 @@ export type SearchAgentConfig = {
llm: BaseLLM<any>;
embedding: BaseEmbedding<any>;
mode: 'speed' | 'balanced' | 'quality';
systemInstructions: string;
};
export type SearchAgentInput = {