Merge branch 'main' into feat/enhance-agents

This commit is contained in:
Siddhant Rai
2025-05-12 13:45:18 +05:30
49 changed files with 2518 additions and 642 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 {