#include <prompt_builder.h>
Public Attributes | |
| std::string | name |
| std::string | description |
| bool | required = false |
| std::string | example |
Definition at line 41 of file prompt_builder.h.
| std::string yaze::cli::ToolArgument::name |
Definition at line 42 of file prompt_builder.h.
Referenced by yaze::cli::PromptBuilder::ParseTools().
| std::string yaze::cli::ToolArgument::description |
Definition at line 43 of file prompt_builder.h.
Referenced by yaze::cli::PromptBuilder::ParseTools().
| bool yaze::cli::ToolArgument::required = false |
Definition at line 44 of file prompt_builder.h.
Referenced by yaze::cli::PromptBuilder::ParseTools().
| std::string yaze::cli::ToolArgument::example |
Definition at line 45 of file prompt_builder.h.
Referenced by yaze::cli::PromptBuilder::ParseTools().