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

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String