#include <advanced_routing.h>
Public Attributes | |
Rom * | rom |
std::string | user_intent |
std::vector< std::string > | tool_calls_made |
std::string | accumulated_knowledge |
Definition at line 25 of file advanced_routing.h.
Rom* yaze::cli::agent::AdvancedRouter::RouteContext::rom |
Definition at line 26 of file advanced_routing.h.
std::string yaze::cli::agent::AdvancedRouter::RouteContext::user_intent |
Definition at line 27 of file advanced_routing.h.
Referenced by yaze::cli::agent::AdvancedRouter::SynthesizeMultiToolResponse().
std::vector<std::string> yaze::cli::agent::AdvancedRouter::RouteContext::tool_calls_made |
Definition at line 28 of file advanced_routing.h.
std::string yaze::cli::agent::AdvancedRouter::RouteContext::accumulated_knowledge |
Definition at line 29 of file advanced_routing.h.