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

Update a keyed persistent context anchor. More...

#include <entropic/core/directives.h>

Inheritance diagram for entropic::ContextAnchorDirective:
Collaboration diagram for entropic::ContextAnchorDirective:

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.
 

Detailed Description

Update a keyed persistent context anchor.

Version
1.8.4

Definition at line 219 of file directives.h.

Constructor & Destructor Documentation

◆ ContextAnchorDirective()

entropic::ContextAnchorDirective::ContextAnchorDirective ( std::string  k = "",
std::string  c = "" 
)
inline

Construct a ContextAnchor directive.

Parameters
kKey.
cContent.
Version
1.8.4

Definition at line 229 of file directives.h.

Member Data Documentation

◆ content

std::string entropic::ContextAnchorDirective::content

Anchor content (empty = remove)

Definition at line 221 of file directives.h.

◆ key

std::string entropic::ContextAnchorDirective::key

Anchor key (unique, update-in-place)

Definition at line 220 of file directives.h.


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