yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::ToolExecutionEntry Struct Reference

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

Detailed Description

Single tool execution entry for timeline display.

Definition at line 261 of file agent_state.h.

Member Data Documentation

◆ tool_name

std::string yaze::editor::ToolExecutionEntry::tool_name

Definition at line 262 of file agent_state.h.

◆ arguments

std::string yaze::editor::ToolExecutionEntry::arguments

Definition at line 263 of file agent_state.h.

◆ result_preview

std::string yaze::editor::ToolExecutionEntry::result_preview

Definition at line 264 of file agent_state.h.

◆ duration_ms

double yaze::editor::ToolExecutionEntry::duration_ms = 0.0

Definition at line 265 of file agent_state.h.

◆ success

bool yaze::editor::ToolExecutionEntry::success = true

Definition at line 266 of file agent_state.h.

◆ executed_at

absl::Time yaze::editor::ToolExecutionEntry::executed_at = absl::InfinitePast()

Definition at line 267 of file agent_state.h.


The documentation for this struct was generated from the following file: