AutomatedReasoningPolicyBuildStep¶
Structure Class¶
AutomatedReasoningPolicyBuildStep
dataclass
¶
Represents a single step in the policy build process, containing context about what was being processed and any messages or results.
Attributes¶
context
instance-attribute
¶
Contextual information about what was being processed during this build step, such as the type of operation or the source material being analyzed.
messages
instance-attribute
¶
messages: list[AutomatedReasoningPolicyBuildStepMessage]
A list of messages generated during this build step, including informational messages, warnings, and error details.
prior_element
class-attribute
instance-attribute
¶
prior_element: AutomatedReasoningPolicyDefinitionElement | None = None
Reference to the previous element or step in the build process, helping to trace the sequence of operations.