AutomatedReasoningPolicyBuildWorkflowDocument¶
Structure Class¶
AutomatedReasoningPolicyBuildWorkflowDocument
dataclass
¶
Represents a source document used in the policy build workflow, containing the content and metadata needed for policy generation.
Attributes¶
document
class-attribute
instance-attribute
¶
The actual content of the source document that will be analyzed to extract policy rules and concepts.
document_content_type
instance-attribute
¶
document_content_type: AutomatedReasoningPolicyBuildDocumentContentType
The MIME type of the document content (e.g., text/plain, application/pdf, text/markdown).
document_description
class-attribute
instance-attribute
¶
A detailed description of the document's content and how it should be used in the policy generation process.