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

Result of a batch tool call. More...

#include <tool_dispatcher.h>

Public Attributes

std::vector< std::string > results
 
std::vector< absl::Status > statuses
 
double total_execution_time_ms = 0.0
 
size_t successful_count = 0
 
size_t failed_count = 0
 

Detailed Description

Result of a batch tool call.

Definition at line 95 of file tool_dispatcher.h.

Member Data Documentation

◆ results

std::vector<std::string> yaze::cli::agent::ToolDispatcher::BatchResult::results

Definition at line 96 of file tool_dispatcher.h.

Referenced by yaze::cli::agent::ToolDispatcher::DispatchBatch().

◆ statuses

std::vector<absl::Status> yaze::cli::agent::ToolDispatcher::BatchResult::statuses

Definition at line 97 of file tool_dispatcher.h.

Referenced by yaze::cli::agent::ToolDispatcher::DispatchBatch().

◆ total_execution_time_ms

double yaze::cli::agent::ToolDispatcher::BatchResult::total_execution_time_ms = 0.0

Definition at line 98 of file tool_dispatcher.h.

Referenced by yaze::cli::agent::ToolDispatcher::DispatchBatch().

◆ successful_count

size_t yaze::cli::agent::ToolDispatcher::BatchResult::successful_count = 0

Definition at line 99 of file tool_dispatcher.h.

Referenced by yaze::cli::agent::ToolDispatcher::DispatchBatch().

◆ failed_count

size_t yaze::cli::agent::ToolDispatcher::BatchResult::failed_count = 0

Definition at line 100 of file tool_dispatcher.h.

Referenced by yaze::cli::agent::ToolDispatcher::DispatchBatch().


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