Single tool execution entry for timeline display. More...
#include <agent_state.h>
Public Attributes | |
| std::string | tool_name |
| std::string | arguments |
| std::string | result_preview |
| double | duration_ms = 0.0 |
| bool | success = true |
| absl::Time | executed_at = absl::InfinitePast() |
Single tool execution entry for timeline display.
Definition at line 286 of file agent_state.h.
| std::string yaze::editor::ToolExecutionEntry::tool_name |
Definition at line 287 of file agent_state.h.
| std::string yaze::editor::ToolExecutionEntry::arguments |
Definition at line 288 of file agent_state.h.
| std::string yaze::editor::ToolExecutionEntry::result_preview |
Definition at line 289 of file agent_state.h.
| double yaze::editor::ToolExecutionEntry::duration_ms = 0.0 |
Definition at line 290 of file agent_state.h.
| bool yaze::editor::ToolExecutionEntry::success = true |
Definition at line 291 of file agent_state.h.
| absl::Time yaze::editor::ToolExecutionEntry::executed_at = absl::InfinitePast() |
Definition at line 292 of file agent_state.h.