|
Entropic 2.3.8
Local-first agentic inference engine
|
Prune old tool results from context. More...
#include <entropic/core/directives.h>


Public Member Functions | |
| PruneMessagesDirective (int k=2) | |
| Construct a PruneMessages directive. | |
Public Attributes | |
| int | keep_recent = 2 |
| How many recent results to keep. | |
Public Attributes inherited from entropic::Directive | |
| entropic_directive_type_t | type |
| Discriminant for dispatch. | |
|
inlineexplicit |
Construct a PruneMessages directive.
| k | Keep recent count. |
Definition at line 209 of file directives.h.
| int entropic::PruneMessagesDirective::keep_recent = 2 |
How many recent results to keep.
Definition at line 202 of file directives.h.