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

#include <gemini_ai_service.h>

Public Member Functions

 GeminiConfig ()=default
 
 GeminiConfig (const std::string &key)
 

Public Attributes

std::string api_key
 
std::string model = "gemini-2.5-flash"
 
float temperature = 0.7f
 
int max_output_tokens = 2048
 
std::string system_instruction
 
bool use_enhanced_prompting = true
 
bool use_function_calling = true
 
std::string prompt_version = "v3"
 
bool verbose = false
 

Detailed Description

Definition at line 15 of file gemini_ai_service.h.

Constructor & Destructor Documentation

◆ GeminiConfig() [1/2]

yaze::cli::GeminiConfig::GeminiConfig ( )
default

◆ GeminiConfig() [2/2]

yaze::cli::GeminiConfig::GeminiConfig ( const std::string &  key)
inlineexplicit

Definition at line 27 of file gemini_ai_service.h.

Member Data Documentation

◆ api_key

◆ model

◆ temperature

float yaze::cli::GeminiConfig::temperature = 0.7f

◆ max_output_tokens

int yaze::cli::GeminiConfig::max_output_tokens = 2048

◆ system_instruction

std::string yaze::cli::GeminiConfig::system_instruction
mutable

◆ use_enhanced_prompting

bool yaze::cli::GeminiConfig::use_enhanced_prompting = true

Definition at line 21 of file gemini_ai_service.h.

Referenced by yaze::cli::GeminiAIService::GeminiAIService().

◆ use_function_calling

bool yaze::cli::GeminiConfig::use_function_calling = true

Definition at line 22 of file gemini_ai_service.h.

Referenced by yaze::cli::CreateAIService().

◆ prompt_version

std::string yaze::cli::GeminiConfig::prompt_version = "v3"

◆ verbose


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