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

Structured result from tool execution. More...

#include <entropic/mcp/server_base.h>

Public Attributes

std::string result
 Human-readable result.
 
std::vector< Directivedirectives
 Engine-level side effects.
 

Detailed Description

Structured result from tool execution.

result is the text shown to the model. directives are typed objects processed by the engine's DirectiveProcessor.

Version
1.8.5

Definition at line 33 of file server_base.h.

Member Data Documentation

◆ directives

std::vector<Directive> entropic::ServerResponse::directives

Engine-level side effects.

Definition at line 35 of file server_base.h.

◆ result

std::string entropic::ServerResponse::result

Human-readable result.

Definition at line 34 of file server_base.h.


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