AutomatedReasoningPolicyReportSourceDocument
Represents a source document that was analyzed during fidelity report generation, including the document's metadata and its content broken down into atomic statements.
Types
Properties
Link copied to clipboard
The list of atomic statements extracted from this document, representing the fundamental units of meaning used for grounding.
Link copied to clipboard
The document's content organized into annotated chunks with line number information for precise referencing.
Link copied to clipboard
A SHA-256 hash of the document content, used for verification and ensuring the document hasn't changed since analysis.
Link copied to clipboard
A unique identifier for this document within the fidelity report.
Link copied to clipboard
The name of the source document that was analyzed.
Functions
Link copied to clipboard
inline fun copy(block: AutomatedReasoningPolicyReportSourceDocument.Builder.() -> Unit = {}): AutomatedReasoningPolicyReportSourceDocument