#include <prompt_builder.h>
Public Attributes | |
std::string | name |
std::string | description |
std::vector< ToolArgument > | arguments |
std::string | usage_notes |
Definition at line 48 of file prompt_builder.h.
std::string yaze::cli::ToolSpecification::name |
Definition at line 49 of file prompt_builder.h.
Referenced by yaze::cli::PromptBuilder::ParseTools().
std::string yaze::cli::ToolSpecification::description |
Definition at line 50 of file prompt_builder.h.
Referenced by yaze::cli::PromptBuilder::ParseTools().
std::vector<ToolArgument> yaze::cli::ToolSpecification::arguments |
Definition at line 51 of file prompt_builder.h.
Referenced by yaze::cli::PromptBuilder::ParseTools().
std::string yaze::cli::ToolSpecification::usage_notes |
Definition at line 52 of file prompt_builder.h.
Referenced by yaze::cli::PromptBuilder::ParseTools().