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 |
Result of a batch tool call.
Definition at line 90 of file tool_dispatcher.h.
| std::vector<std::string> yaze::cli::agent::ToolDispatcher::BatchResult::results |
Definition at line 91 of file tool_dispatcher.h.
Referenced by yaze::cli::agent::ToolDispatcher::DispatchBatch().
| std::vector<absl::Status> yaze::cli::agent::ToolDispatcher::BatchResult::statuses |
Definition at line 92 of file tool_dispatcher.h.
Referenced by yaze::cli::agent::ToolDispatcher::DispatchBatch().
| double yaze::cli::agent::ToolDispatcher::BatchResult::total_execution_time_ms = 0.0 |
Definition at line 93 of file tool_dispatcher.h.
Referenced by yaze::cli::agent::ToolDispatcher::DispatchBatch().
| size_t yaze::cli::agent::ToolDispatcher::BatchResult::successful_count = 0 |
Definition at line 94 of file tool_dispatcher.h.
Referenced by yaze::cli::agent::ToolDispatcher::DispatchBatch().
| size_t yaze::cli::agent::ToolDispatcher::BatchResult::failed_count = 0 |
Definition at line 95 of file tool_dispatcher.h.
Referenced by yaze::cli::agent::ToolDispatcher::DispatchBatch().