Values.AutomatedReasoningPolicyAnnotatedContentSourceRepresents a content element within an annotated chunk. This union type allows for different types of content elements to be included in document chunks, such as individual lines of text with their line numbers.
type nonrec t = {line : AutomatedReasoningPolicyAnnotatedLine.t option;An annotated line of text from the source document, including both the line number and the text content.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t
| `String of AutomatedReasoningPolicyLineText.t ])
list ])
list ]