Record of a tool call and its result. More...
#include <agent_context.h>

Public Attributes | |
| ToolCall | call |
| std::string | result |
| std::chrono::system_clock::time_point | timestamp |
| double | execution_time_ms |
| bool | success |
Record of a tool call and its result.
Definition at line 40 of file agent_context.h.
| ToolCall yaze::cli::agent::ToolCallRecord::call |
Definition at line 41 of file agent_context.h.
| std::string yaze::cli::agent::ToolCallRecord::result |
Definition at line 42 of file agent_context.h.
| std::chrono::system_clock::time_point yaze::cli::agent::ToolCallRecord::timestamp |
Definition at line 43 of file agent_context.h.
| double yaze::cli::agent::ToolCallRecord::execution_time_ms |
Definition at line 44 of file agent_context.h.
| bool yaze::cli::agent::ToolCallRecord::success |
Definition at line 45 of file agent_context.h.