|
Entropic 2.3.8
Local-first agentic inference engine
|
Result of a tool execution. More...
#include <entropic/types/tool_call.h>
Public Attributes | |
| std::string | call_id |
| Matching ToolCall ID. | |
| std::string | name |
| Tool name. | |
| std::string | result |
| Result text. | |
| bool | is_error = false |
| True if tool execution failed. | |
| double | duration_ms = 0.0 |
| Execution time in milliseconds. | |
Result of a tool execution.
Maps to Python ToolResult dataclass.
Definition at line 45 of file tool_call.h.
| std::string entropic::ToolResult::call_id |
Matching ToolCall ID.
Definition at line 46 of file tool_call.h.
| double entropic::ToolResult::duration_ms = 0.0 |
Execution time in milliseconds.
Definition at line 50 of file tool_call.h.
| bool entropic::ToolResult::is_error = false |
True if tool execution failed.
Definition at line 49 of file tool_call.h.
| std::string entropic::ToolResult::name |
Tool name.
Definition at line 47 of file tool_call.h.
| std::string entropic::ToolResult::result |
Result text.
Definition at line 48 of file tool_call.h.