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 |
Definition at line 334 of file agent_editor.h.
| std::string yaze::editor::AgentEditor::ModelServiceKey::provider |
Definition at line 335 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::RefreshModelCache().
| std::string yaze::editor::AgentEditor::ModelServiceKey::model |
Definition at line 336 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::RefreshModelCache().
| std::string yaze::editor::AgentEditor::ModelServiceKey::ollama_host |
Definition at line 337 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::RefreshModelCache().
| std::string yaze::editor::AgentEditor::ModelServiceKey::gemini_api_key |
Definition at line 338 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::RefreshModelCache().
| std::string yaze::editor::AgentEditor::ModelServiceKey::anthropic_api_key |
Definition at line 339 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::RefreshModelCache().
| std::string yaze::editor::AgentEditor::ModelServiceKey::openai_api_key |
Definition at line 340 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::RefreshModelCache().
| std::string yaze::editor::AgentEditor::ModelServiceKey::openai_base_url |
Definition at line 341 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::RefreshModelCache().
| bool yaze::editor::AgentEditor::ModelServiceKey::verbose = false |
Definition at line 342 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::RefreshModelCache().