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

Generic UI notification passthrough. More...

#include <entropic/core/directives.h>

Inheritance diagram for entropic::NotifyPresenterDirective:
Collaboration diagram for entropic::NotifyPresenterDirective:

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.
 

Detailed Description

Generic UI notification passthrough.

Version
1.8.4

Definition at line 258 of file directives.h.

Constructor & Destructor Documentation

◆ NotifyPresenterDirective()

entropic::NotifyPresenterDirective::NotifyPresenterDirective ( std::string  k = "",
std::string  d = "" 
)
inline

Construct a NotifyPresenter directive.

Parameters
kKey.
dData JSON.
Version
1.8.4

Definition at line 268 of file directives.h.

Member Data Documentation

◆ data_json

std::string entropic::NotifyPresenterDirective::data_json

Arbitrary JSON payload.

Definition at line 260 of file directives.h.

◆ key

std::string entropic::NotifyPresenterDirective::key

Notification key.

Definition at line 259 of file directives.h.


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