AutomatedReasoningPolicySourceDocument¶
Structure Class¶
AutomatedReasoningPolicySourceDocument
dataclass
¶
Represents a source document that was processed during a build workflow. Contains the document content, metadata, and a hash for verification.
Attributes¶
document
class-attribute
instance-attribute
¶
The raw content of the source document as a binary blob.
document_content_type
instance-attribute
¶
document_content_type: AutomatedReasoningPolicyBuildDocumentContentType
The MIME type of the document (e.g., application/pdf, text/plain).
document_description
class-attribute
instance-attribute
¶
An optional description providing context about the document's content and purpose.