This commit is contained in:
ManishMadan2882
2025-05-08 00:15:28 +05:30
parent d0a04d9801
commit ff532210f7
38 changed files with 550 additions and 495 deletions

View File

@@ -15,7 +15,7 @@ export function handleFetchAnswer(
token_limit: number,
agentId?: string,
attachments?: string[],
save_conversation: boolean = true,
save_conversation = true,
): Promise<
| {
result: any;
@@ -103,7 +103,7 @@ export function handleFetchAnswerSteaming(
indx?: number,
agentId?: string,
attachments?: string[],
save_conversation: boolean = true,
save_conversation = true,
): Promise<Answer> {
history = history.map((item) => {
return {