Fix: Pass retriever name to streaming api

This commit is contained in:
Mayurakshi
2024-10-14 16:53:40 +05:30
parent f3ff3920d9
commit 644a66c983
2 changed files with 10 additions and 24 deletions

View File

@@ -40,4 +40,5 @@ export interface RetrievalPayload {
prompt_id?: string | null;
chunks: string;
token_limit: number;
isNoneDoc: boolean;
}