|
Entropic 2.11.1
Local-first agentic inference engine
|
Content and tool calls extracted from one raw emission. More...
#include </home/runner/work/entropic/entropic/src/inference/response_parse.h>
Public Attributes | |
| std::string | content |
| Reasoning-stripped content. | |
| std::vector< ToolCall > | tool_calls |
| Extracted calls. | |
| bool | used_template = false |
| True when common_chat produced the calls. | |
Content and tool calls extracted from one raw emission.
Definition at line 59 of file response_parse.h.
| std::string entropic::ParsedModelResponse::content |
Reasoning-stripped content.
Definition at line 60 of file response_parse.h.
| std::vector<ToolCall> entropic::ParsedModelResponse::tool_calls |
Extracted calls.
Definition at line 61 of file response_parse.h.
| bool entropic::ParsedModelResponse::used_template = false |
True when common_chat produced the calls.
Definition at line 62 of file response_parse.h.