|
Entropic 2.3.8
Local-first agentic inference engine
|
A single constitutional violation found during critique. More...
#include <entropic/types/validation.h>
Public Attributes | |
| std::string | rule |
| Name of the violated constitutional rule. | |
| std::string | excerpt |
| Excerpt from the output that violates the rule. | |
| std::string | explanation |
| Why this excerpt violates the rule. | |
A single constitutional violation found during critique.
Each violation identifies which constitutional rule was broken, quotes the offending excerpt, and explains why it violates the rule.
Definition at line 28 of file validation.h.
| std::string entropic::Violation::excerpt |
Excerpt from the output that violates the rule.
Definition at line 30 of file validation.h.
| std::string entropic::Violation::explanation |
Why this excerpt violates the rule.
Definition at line 31 of file validation.h.
| std::string entropic::Violation::rule |
Name of the violated constitutional rule.
Definition at line 29 of file validation.h.