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

Public Attributes

bool dirty = true
 
char model_buf [128] = {}
 
char ollama_host_buf [256] = {}
 
char gemini_key_buf [256] = {}
 
char anthropic_key_buf [256] = {}
 
char openai_key_buf [256] = {}
 
char openai_base_buf [256] = {}
 
char name_buf [128] = {}
 
char desc_buf [256] = {}
 
char tags_buf [256] = {}
 

Detailed Description

Definition at line 354 of file agent_editor.h.

Member Data Documentation

◆ dirty

bool yaze::editor::AgentEditor::ProfileUiState::dirty = true

◆ model_buf

char yaze::editor::AgentEditor::ProfileUiState::model_buf[128] = {}

Definition at line 356 of file agent_editor.h.

◆ ollama_host_buf

char yaze::editor::AgentEditor::ProfileUiState::ollama_host_buf[256] = {}

Definition at line 357 of file agent_editor.h.

◆ gemini_key_buf

char yaze::editor::AgentEditor::ProfileUiState::gemini_key_buf[256] = {}

Definition at line 358 of file agent_editor.h.

◆ anthropic_key_buf

char yaze::editor::AgentEditor::ProfileUiState::anthropic_key_buf[256] = {}

Definition at line 359 of file agent_editor.h.

◆ openai_key_buf

char yaze::editor::AgentEditor::ProfileUiState::openai_key_buf[256] = {}

Definition at line 360 of file agent_editor.h.

◆ openai_base_buf

char yaze::editor::AgentEditor::ProfileUiState::openai_base_buf[256] = {}

Definition at line 361 of file agent_editor.h.

◆ name_buf

char yaze::editor::AgentEditor::ProfileUiState::name_buf[128] = {}

Definition at line 362 of file agent_editor.h.

◆ desc_buf

char yaze::editor::AgentEditor::ProfileUiState::desc_buf[256] = {}

Definition at line 363 of file agent_editor.h.

◆ tags_buf

char yaze::editor::AgentEditor::ProfileUiState::tags_buf[256] = {}

Definition at line 364 of file agent_editor.h.


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