Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::Violation Struct Reference

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.
 

Detailed Description

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.

Version
1.9.8

Definition at line 28 of file validation.h.

Member Data Documentation

◆ excerpt

std::string entropic::Violation::excerpt

Excerpt from the output that violates the rule.

Definition at line 30 of file validation.h.

◆ explanation

std::string entropic::Violation::explanation

Why this excerpt violates the rule.

Definition at line 31 of file validation.h.

◆ rule

std::string entropic::Violation::rule

Name of the violated constitutional rule.

Definition at line 29 of file validation.h.


The documentation for this struct was generated from the following file: