AISummaryReference
description
A reference to a data source that was used for generating one or more AISummaryItems.
type AISummaryReference {
id: ID!
document: Document
statementIds: [Int!]
statementIdsAsString: [String!]
pages: [Int!]
statementText: String
citationLabel: String
citationUrl: String
attachmentId: String
tableId: String
titleLong: String
statementId: String
page: Int
company: Company
}
Fields
AISummaryReference.id ● ID! non-null scalar graph-ql-types
An identifier of the reference.
Could assist in identifying whether multiple AISummaryItems were generated with the help of the same data source. @exposed
AISummaryReference.document ● Document object graph-ql-types
The document that was used as a data source. @exposed