|
Entropic 2.3.8
Local-first agentic inference engine
|
Tool call and tool result types. More...
#include <string>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| struct | entropic::ToolCall |
| A tool call request parsed from model output. More... | |
| struct | entropic::ToolResult |
| Result of a tool execution. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Tool call and tool result types.
Internal C++ representation. At .so boundaries, tool calls are serialized as JSON strings.
Definition in file tool_call.h.