feat: implement agent preview functionality and enhance conversation handling

This commit is contained in:
Siddhant Rai
2025-04-16 16:26:47 +05:30
parent d80eeb044c
commit e6ed37139a
8 changed files with 400 additions and 162 deletions

View File

@@ -53,4 +53,5 @@ export interface RetrievalPayload {
index?: number;
agent_id?: string;
attachments?: string[];
save_conversation?: boolean;
}