enhance illustration being taken into account in the response
This commit is contained in:
@@ -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
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user