|
Entropic 2.3.8
Local-first agentic inference engine
|
Structured result from tool execution. More...
#include <entropic/mcp/server_base.h>
Public Attributes | |
| std::string | result |
| Human-readable result. | |
| std::vector< Directive > | directives |
| Engine-level side effects. | |
Structured result from tool execution.
result is the text shown to the model. directives are typed objects processed by the engine's DirectiveProcessor.
Definition at line 33 of file server_base.h.
| std::vector<Directive> entropic::ServerResponse::directives |
Engine-level side effects.
Definition at line 35 of file server_base.h.
| std::string entropic::ServerResponse::result |
Human-readable result.
Definition at line 34 of file server_base.h.