|
Entropic 2.3.8
Local-first agentic inference engine
|
Parsed tool call result: cleaned content + extracted calls. More...
#include <entropic/inference/adapters/adapter_base.h>
Public Attributes | |
| std::string | cleaned_content |
| Content with tool calls removed. | |
| std::vector< ToolCall > | tool_calls |
| Extracted tool calls. | |
Parsed tool call result: cleaned content + extracted calls.
Definition at line 44 of file adapter_base.h.
| std::string entropic::ParseResult::cleaned_content |
Content with tool calls removed.
Definition at line 45 of file adapter_base.h.
| std::vector<ToolCall> entropic::ParseResult::tool_calls |
Extracted tool calls.
Definition at line 46 of file adapter_base.h.