yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::UserSettings::Preferences::AiHost Struct Reference

#include <user_settings.h>

Public Attributes

std::string id
 
std::string label
 
std::string base_url
 
std::string api_type
 
bool supports_vision = false
 
bool supports_tools = true
 
bool supports_streaming = true
 
bool allow_insecure = false
 
std::string api_key
 
std::string credential_id
 

Detailed Description

Definition at line 19 of file user_settings.h.

Member Data Documentation

◆ id

std::string yaze::editor::UserSettings::Preferences::AiHost::id

◆ label

std::string yaze::editor::UserSettings::Preferences::AiHost::label

Definition at line 21 of file user_settings.h.

Referenced by yaze::editor::SettingsPanel::DrawAIAgentSettings().

◆ base_url

◆ api_type

◆ supports_vision

bool yaze::editor::UserSettings::Preferences::AiHost::supports_vision = false

◆ supports_tools

bool yaze::editor::UserSettings::Preferences::AiHost::supports_tools = true

◆ supports_streaming

bool yaze::editor::UserSettings::Preferences::AiHost::supports_streaming = true

◆ allow_insecure

bool yaze::editor::UserSettings::Preferences::AiHost::allow_insecure = false

Definition at line 27 of file user_settings.h.

Referenced by yaze::editor::SettingsPanel::DrawAIAgentSettings().

◆ api_key

std::string yaze::editor::UserSettings::Preferences::AiHost::api_key

◆ credential_id

std::string yaze::editor::UserSettings::Preferences::AiHost::credential_id

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