Values.DocumentCharLocationSourceSpecifies a character-level location within a document, providing precise positioning information for cited content using start and end character indices.
type nonrec t = {documentIndex : DocumentCharLocationDocumentIndexInteger.t option;The index of the document within the array of documents provided in the request.
*)start : DocumentCharLocationStartInteger.t option;The starting character position of the cited content within the document.
*)end_ : DocumentCharLocationEndInteger.t option;The ending character position of the cited content within the document.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of DocumentCharLocationDocumentIndexInteger.t ])
list ]