improve topics and chat source display

This commit is contained in:
Adrien
2026-04-12 18:56:18 +02:00
parent c98fe9ceaa
commit 5f03e1f41b
6 changed files with 328 additions and 166 deletions
+2
View File
@@ -15,9 +15,11 @@ export interface SourceReference {
bookId: string | null
bookTitle: string
page: number | null
chunkText?: string
figureId?: string
label?: string
caption?: string
figureType?: string
imageUrl?: string
}