enhance illustration being taken into account in the response

This commit is contained in:
Adrien
2026-04-12 16:26:25 +02:00
parent 820734c251
commit 767d1e2dbc
6 changed files with 272 additions and 30 deletions
+6
View File
@@ -10,9 +10,15 @@ export interface Topic {
}
export interface SourceReference {
type?: 'TEXT' | 'FIGURE'
refLabel?: string
bookId: string | null
bookTitle: string
page: number | null
figureId?: string
label?: string
caption?: string
imageUrl?: string
}
export interface TopicSummary {