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

Aggregate result of processing a batch of directives. More...

#include <entropic/core/directives.h>

Public Attributes

bool stop_processing = false
 Halt further processing.
 
bool tier_changed = false
 Tier was switched.
 
std::vector< Messageinjected_messages
 Messages to inject.
 

Detailed Description

Aggregate result of processing a batch of directives.

Version
1.8.4

Definition at line 281 of file directives.h.

Member Data Documentation

◆ injected_messages

std::vector<Message> entropic::DirectiveResult::injected_messages

Messages to inject.

Definition at line 284 of file directives.h.

◆ stop_processing

bool entropic::DirectiveResult::stop_processing = false

Halt further processing.

Definition at line 282 of file directives.h.

◆ tier_changed

bool entropic::DirectiveResult::tier_changed = false

Tier was switched.

Definition at line 283 of file directives.h.


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