|
Entropic 2.3.8
Local-first agentic inference engine
|
Request a tier change. More...
#include <entropic/core/directives.h>


Public Member Functions | |
| TierChangeDirective (std::string t="", std::string r="") | |
| Construct a TierChange directive. | |
Public Attributes | |
| std::string | tier |
| Target tier name. | |
| std::string | reason |
| Why the change was requested. | |
Public Attributes inherited from entropic::Directive | |
| entropic_directive_type_t | type |
| Discriminant for dispatch. | |
|
inline |
Construct a TierChange directive.
| t | Target tier. |
| r | Reason. |
Definition at line 68 of file directives.h.
| std::string entropic::TierChangeDirective::reason |
Why the change was requested.
Definition at line 60 of file directives.h.
| std::string entropic::TierChangeDirective::tier |
Target tier name.
Definition at line 59 of file directives.h.