(feat:attachments) render in bubble

This commit is contained in:
ManishMadan2882
2025-06-03 18:05:47 +05:30
parent 7cab5b3b09
commit e90fe117ec
3 changed files with 28 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ export interface Query {
sources?: { title: string; text: string; link: string }[];
tool_calls?: ToolCallsType[];
error?: string;
attachments?: { fileName: string; id: string }[];
attachments?: { id: string; filename: string }[];
}
export interface RetrievalPayload {