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 261 of file agent_state.h.
| std::string yaze::editor::ToolExecutionEntry::tool_name |
Definition at line 262 of file agent_state.h.
| std::string yaze::editor::ToolExecutionEntry::arguments |
Definition at line 263 of file agent_state.h.
| std::string yaze::editor::ToolExecutionEntry::result_preview |
Definition at line 264 of file agent_state.h.
| double yaze::editor::ToolExecutionEntry::duration_ms = 0.0 |
Definition at line 265 of file agent_state.h.
| bool yaze::editor::ToolExecutionEntry::success = true |
Definition at line 266 of file agent_state.h.
| absl::Time yaze::editor::ToolExecutionEntry::executed_at = absl::InfinitePast() |
Definition at line 267 of file agent_state.h.