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
@@ -14,9 +14,15 @@ public record TopicSummaryResponse(
Instant generatedAt
) {
public record SourceReference(
String type,
String refLabel,
String bookId,
String bookTitle,
Integer page
Integer page,
String figureId,
String label,
String caption,
String imageUrl
) {
}
}