Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
tool_call.h File Reference

Tool call and tool result types. More...

#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for tool_call.h:
This graph shows which files directly or indirectly include this file:

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).
 

Detailed Description

Tool call and tool result types.

Internal C++ representation. At .so boundaries, tool calls are serialized as JSON strings.

Version
1.8.2

Definition in file tool_call.h.