Values.CitationsContentBlockSourceA content block that contains both generated text and associated citation information. This block type is returned when document citations are enabled, providing traceability between the generated content and the source documents that informed the response.
type nonrec t = {content : CitationGeneratedContentList.t option;The generated content that is supported by the associated citations.
*)citations : Citations.t option;An array of citations that reference the source documents used to generate the associated content.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of
DocumentCharLocationDocumentIndexInteger.t
| `String of String_.t ])
list ])
list ])
list ]
list ])
list ]