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] = {} |
Definition at line 354 of file agent_editor.h.
| bool yaze::editor::AgentEditor::ProfileUiState::dirty = true |
Definition at line 355 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::MarkProfileUiDirty(), and yaze::editor::AgentEditor::SyncProfileUiState().
| char yaze::editor::AgentEditor::ProfileUiState::model_buf[128] = {} |
Definition at line 356 of file agent_editor.h.
| char yaze::editor::AgentEditor::ProfileUiState::ollama_host_buf[256] = {} |
Definition at line 357 of file agent_editor.h.
| char yaze::editor::AgentEditor::ProfileUiState::gemini_key_buf[256] = {} |
Definition at line 358 of file agent_editor.h.
| char yaze::editor::AgentEditor::ProfileUiState::anthropic_key_buf[256] = {} |
Definition at line 359 of file agent_editor.h.
| char yaze::editor::AgentEditor::ProfileUiState::openai_key_buf[256] = {} |
Definition at line 360 of file agent_editor.h.
| char yaze::editor::AgentEditor::ProfileUiState::openai_base_buf[256] = {} |
Definition at line 361 of file agent_editor.h.
| char yaze::editor::AgentEditor::ProfileUiState::name_buf[128] = {} |
Definition at line 362 of file agent_editor.h.
| char yaze::editor::AgentEditor::ProfileUiState::desc_buf[256] = {} |
Definition at line 363 of file agent_editor.h.
| char yaze::editor::AgentEditor::ProfileUiState::tags_buf[256] = {} |
Definition at line 364 of file agent_editor.h.