Values.AutomatedReasoningPolicyReportSourceDocumentSourceRepresents a source document that was analyzed during fidelity report generation, including the document's metadata and its content broken down into atomic statements.
type nonrec t = {documentName : AutomatedReasoningPolicyBuildDocumentName.t option;The name of the source document that was analyzed.
*)documentHash : AutomatedReasoningPolicyDocumentSha256.t option;A SHA-256 hash of the document content, used for verification and ensuring the document hasn't changed since analysis.
*)documentId : AutomatedReasoningPolicyDocumentId.t option;A unique identifier for this document within the fidelity report.
*)atomicStatements : AutomatedReasoningPolicyAtomicStatementList.t option;The list of atomic statements extracted from this document, representing the fundamental units of meaning used for grounding.
*)documentContent : AutomatedReasoningPolicyAnnotatedChunkList.t option;The document's content organized into annotated chunks with line number information for precise referencing.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t
| `String of
AutomatedReasoningPolicyLineText.t ])
list ])
list ]
list
| `String of AutomatedReasoningPolicyStatementId.t
| `Structure of
(string
* [> `List of [> `Integer of Integer.t ] list ])
list ])
list ]
list
| `String of AutomatedReasoningPolicyBuildDocumentName.t ])
list ]