Values.DocumentChunkLocationSourceSpecifies a chunk-level location within a document, providing positioning information for cited content using logical document segments or chunks.
type nonrec t = {documentIndex : DocumentChunkLocationDocumentIndexInteger.t option;The index of the document within the array of documents provided in the request.
*)start : DocumentChunkLocationStartInteger.t option;The starting chunk identifier or index of the cited content within the document.
*)end_ : DocumentChunkLocationEndInteger.t option;The ending chunk identifier or index of the cited content within the document.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of DocumentChunkLocationDocumentIndexInteger.t ])
list ]