yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::FewShotExample Struct Reference

#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< ToolCalltool_calls
 

Detailed Description

Definition at line 33 of file prompt_builder.h.

Member Data Documentation

◆ user_prompt

std::string yaze::cli::FewShotExample::user_prompt

Definition at line 34 of file prompt_builder.h.

Referenced by yaze::cli::PromptBuilder::ParseExamples().

◆ text_response

std::string yaze::cli::FewShotExample::text_response

Definition at line 35 of file prompt_builder.h.

Referenced by yaze::cli::PromptBuilder::ParseExamples().

◆ expected_commands

std::vector<std::string> yaze::cli::FewShotExample::expected_commands

Definition at line 36 of file prompt_builder.h.

Referenced by yaze::cli::PromptBuilder::ParseExamples().

◆ explanation

std::string yaze::cli::FewShotExample::explanation

Definition at line 37 of file prompt_builder.h.

Referenced by yaze::cli::PromptBuilder::ParseExamples().

◆ tool_calls

std::vector<ToolCall> yaze::cli::FewShotExample::tool_calls

Definition at line 38 of file prompt_builder.h.

Referenced by yaze::cli::PromptBuilder::ParseExamples().


The documentation for this struct was generated from the following file: