fabricatio_rule.actions.rules
A module containing the DraftRuleSet action.
Classes
Action to draft a ruleset based on a given requirement description. |
|
Action to gather a ruleset from a given requirement description. |
Module Contents
- class fabricatio_rule.actions.rules.DraftRuleSet(/, **data: Any)
Bases:
fabricatio_core.models.action.Action,fabricatio_rule.capabilities.check.Check,fabricatio_actions.models.generic.FromMappingAction to draft a ruleset based on a given requirement description.
- output_key: str = 'drafted_ruleset'
The key used to store the drafted ruleset in the context dictionary.
- class fabricatio_rule.actions.rules.GatherRuleset(/, **data: Any)
Bases:
fabricatio_core.models.action.Action,fabricatio_actions.models.generic.FromMappingAction to gather a ruleset from a given requirement description.