#include <prompt_builder.h>
Public Attributes | |
std::string | user_prompt |
std::string | text_response |
std::vector< std::string > | expected_commands |
std::string | explanation |
std::vector< ToolCall > | tool_calls |
Definition at line 33 of file prompt_builder.h.
std::string yaze::cli::FewShotExample::user_prompt |
Definition at line 34 of file prompt_builder.h.
Referenced by yaze::cli::PromptBuilder::ParseExamples().
std::string yaze::cli::FewShotExample::text_response |
Definition at line 35 of file prompt_builder.h.
Referenced by yaze::cli::PromptBuilder::ParseExamples().
std::vector<std::string> yaze::cli::FewShotExample::expected_commands |
Definition at line 36 of file prompt_builder.h.
Referenced by yaze::cli::PromptBuilder::ParseExamples().
std::string yaze::cli::FewShotExample::explanation |
Definition at line 37 of file prompt_builder.h.
Referenced by yaze::cli::PromptBuilder::ParseExamples().
std::vector<ToolCall> yaze::cli::FewShotExample::tool_calls |
Definition at line 38 of file prompt_builder.h.
Referenced by yaze::cli::PromptBuilder::ParseExamples().