yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::AgentEditor::ModelServiceKey Struct Reference

Public Attributes

std::string provider
 
std::string model
 
std::string ollama_host
 
std::string gemini_api_key
 
std::string anthropic_api_key
 
std::string openai_api_key
 
std::string openai_base_url
 
bool verbose = false
 

Detailed Description

Definition at line 334 of file agent_editor.h.

Member Data Documentation

◆ provider

std::string yaze::editor::AgentEditor::ModelServiceKey::provider

Definition at line 335 of file agent_editor.h.

Referenced by yaze::editor::AgentEditor::RefreshModelCache().

◆ model

std::string yaze::editor::AgentEditor::ModelServiceKey::model

Definition at line 336 of file agent_editor.h.

Referenced by yaze::editor::AgentEditor::RefreshModelCache().

◆ ollama_host

std::string yaze::editor::AgentEditor::ModelServiceKey::ollama_host

Definition at line 337 of file agent_editor.h.

Referenced by yaze::editor::AgentEditor::RefreshModelCache().

◆ gemini_api_key

std::string yaze::editor::AgentEditor::ModelServiceKey::gemini_api_key

Definition at line 338 of file agent_editor.h.

Referenced by yaze::editor::AgentEditor::RefreshModelCache().

◆ anthropic_api_key

std::string yaze::editor::AgentEditor::ModelServiceKey::anthropic_api_key

Definition at line 339 of file agent_editor.h.

Referenced by yaze::editor::AgentEditor::RefreshModelCache().

◆ openai_api_key

std::string yaze::editor::AgentEditor::ModelServiceKey::openai_api_key

Definition at line 340 of file agent_editor.h.

Referenced by yaze::editor::AgentEditor::RefreshModelCache().

◆ openai_base_url

std::string yaze::editor::AgentEditor::ModelServiceKey::openai_base_url

Definition at line 341 of file agent_editor.h.

Referenced by yaze::editor::AgentEditor::RefreshModelCache().

◆ verbose

bool yaze::editor::AgentEditor::ModelServiceKey::verbose = false

Definition at line 342 of file agent_editor.h.

Referenced by yaze::editor::AgentEditor::RefreshModelCache().


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