|
Entropic 2.3.8
Local-first agentic inference engine
|
Update a keyed persistent context anchor. More...
#include <entropic/core/directives.h>


Public Member Functions | |
| ContextAnchorDirective (std::string k="", std::string c="") | |
| Construct a ContextAnchor directive. | |
Public Attributes | |
| std::string | key |
| Anchor key (unique, update-in-place) | |
| std::string | content |
| Anchor content (empty = remove) | |
Public Attributes inherited from entropic::Directive | |
| entropic_directive_type_t | type |
| Discriminant for dispatch. | |
|
inline |
Construct a ContextAnchor directive.
| k | Key. |
| c | Content. |
Definition at line 229 of file directives.h.
| std::string entropic::ContextAnchorDirective::content |
Anchor content (empty = remove)
Definition at line 221 of file directives.h.
| std::string entropic::ContextAnchorDirective::key |
Anchor key (unique, update-in-place)
Definition at line 220 of file directives.h.