Skip to content

Bedrock  >  Structures  >  AutomatedReasoningPolicyAtomicStatement

AutomatedReasoningPolicyAtomicStatement

Structure Class

AutomatedReasoningPolicyAtomicStatement dataclass

Represents a single, indivisible statement extracted from a source document. Atomic statements are the fundamental units used to ground policy rules and variables to their source material.

Attributes

id instance-attribute
id: str

A unique identifier for this atomic statement within the fidelity report.

location instance-attribute

Information about where this statement appears in the source document, including line numbers.

text class-attribute instance-attribute
text: str = field(repr=False)

The actual text content of the atomic statement as extracted from the source document.