|
Entropic 2.3.8
Local-first agentic inference engine
|
Generic UI notification passthrough. More...
#include <entropic/core/directives.h>


Public Member Functions | |
| NotifyPresenterDirective (std::string k="", std::string d="") | |
| Construct a NotifyPresenter directive. | |
Public Attributes | |
| std::string | key |
| Notification key. | |
| std::string | data_json |
| Arbitrary JSON payload. | |
Public Attributes inherited from entropic::Directive | |
| entropic_directive_type_t | type |
| Discriminant for dispatch. | |
|
inline |
Construct a NotifyPresenter directive.
| k | Key. |
| d | Data JSON. |
Definition at line 268 of file directives.h.
| std::string entropic::NotifyPresenterDirective::data_json |
Arbitrary JSON payload.
Definition at line 260 of file directives.h.
| std::string entropic::NotifyPresenterDirective::key |
Notification key.
Definition at line 259 of file directives.h.