Skip to content

Bedrock  >  Structures  >  AutomatedReasoningPolicyIterativeRefinementContent

AutomatedReasoningPolicyIterativeRefinementContent

Structure Class

AutomatedReasoningPolicyIterativeRefinementContent dataclass

Configuration for an iterative policy refinement workflow, including source documents to process and optional feedback to guide the refinement.

Attributes

documents instance-attribute

Source documents used for iterative policy refinement. These documents provide context for refining the policy definition.

feedback class-attribute instance-attribute
feedback: str | None = field(repr=False, default=None)

Optional feedback to guide the iterative refinement workflow. Provide specific instructions or constraints for policy refinement.