yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::platform::WasmConfig::AI Struct Reference

#include <wasm_config.h>

Public Attributes

bool enabled = true
 
std::string model = "gemini-2.5-flash"
 
std::string endpoint
 
int max_response_length = 4096
 

Detailed Description

Definition at line 221 of file wasm_config.h.

Member Data Documentation

◆ enabled

bool yaze::app::platform::WasmConfig::AI::enabled = true

Definition at line 222 of file wasm_config.h.

◆ model

std::string yaze::app::platform::WasmConfig::AI::model = "gemini-2.5-flash"

Definition at line 223 of file wasm_config.h.

◆ endpoint

std::string yaze::app::platform::WasmConfig::AI::endpoint

Definition at line 224 of file wasm_config.h.

◆ max_response_length

int yaze::app::platform::WasmConfig::AI::max_response_length = 4096

Definition at line 225 of file wasm_config.h.


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