yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::agent::ToolCallRecord Struct Reference

Record of a tool call and its result. More...

#include <agent_context.h>

Collaboration diagram for yaze::cli::agent::ToolCallRecord:

Public Attributes

ToolCall call
 
std::string result
 
std::chrono::system_clock::time_point timestamp
 
double execution_time_ms
 
bool success
 

Detailed Description

Record of a tool call and its result.

Definition at line 40 of file agent_context.h.

Member Data Documentation

◆ call

ToolCall yaze::cli::agent::ToolCallRecord::call

Definition at line 41 of file agent_context.h.

◆ result

std::string yaze::cli::agent::ToolCallRecord::result

Definition at line 42 of file agent_context.h.

◆ timestamp

std::chrono::system_clock::time_point yaze::cli::agent::ToolCallRecord::timestamp

Definition at line 43 of file agent_context.h.

◆ execution_time_ms

double yaze::cli::agent::ToolCallRecord::execution_time_ms

Definition at line 44 of file agent_context.h.

◆ success

bool yaze::cli::agent::ToolCallRecord::success

Definition at line 45 of file agent_context.h.


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