#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 |
Definition at line 19 of file user_settings.h.
| std::string yaze::editor::UserSettings::Preferences::AiHost::id |
Definition at line 20 of file user_settings.h.
Referenced by yaze::editor::anonymous_namespace{agent_editor.cc}::ApplyHostPresetToProfile(), and yaze::editor::AgentEditor::MaybeAutoDetectLocalProviders().
| std::string yaze::editor::UserSettings::Preferences::AiHost::label |
Definition at line 21 of file user_settings.h.
Referenced by yaze::editor::SettingsPanel::DrawAIAgentSettings().
| std::string yaze::editor::UserSettings::Preferences::AiHost::base_url |
| std::string yaze::editor::UserSettings::Preferences::AiHost::api_type |
Definition at line 23 of file user_settings.h.
Referenced by yaze::editor::anonymous_namespace{agent_editor.cc}::ApplyHostPresetToProfile(), yaze::editor::SettingsPanel::DrawAIAgentSettings(), yaze::editor::AgentEditor::MaybeAutoDetectLocalProviders(), and yaze::editor::anonymous_namespace{agent_editor.cc}::ResolveHostApiKey().
| bool yaze::editor::UserSettings::Preferences::AiHost::supports_vision = false |
Definition at line 24 of file user_settings.h.
Referenced by yaze::editor::anonymous_namespace{settings_panel.cc}::BuildHostTagString().
| bool yaze::editor::UserSettings::Preferences::AiHost::supports_tools = true |
Definition at line 25 of file user_settings.h.
Referenced by yaze::editor::anonymous_namespace{settings_panel.cc}::BuildHostTagString(), and yaze::editor::SettingsPanel::DrawAIAgentSettings().
| bool yaze::editor::UserSettings::Preferences::AiHost::supports_streaming = true |
Definition at line 26 of file user_settings.h.
Referenced by yaze::editor::anonymous_namespace{settings_panel.cc}::BuildHostTagString(), and yaze::editor::SettingsPanel::DrawAIAgentSettings().
| bool yaze::editor::UserSettings::Preferences::AiHost::allow_insecure = false |
Definition at line 27 of file user_settings.h.
Referenced by yaze::editor::SettingsPanel::DrawAIAgentSettings().
| std::string yaze::editor::UserSettings::Preferences::AiHost::api_key |
Definition at line 28 of file user_settings.h.
Referenced by yaze::editor::anonymous_namespace{agent_editor.cc}::ResolveHostApiKey().
| std::string yaze::editor::UserSettings::Preferences::AiHost::credential_id |
Definition at line 29 of file user_settings.h.
Referenced by yaze::editor::anonymous_namespace{agent_editor.cc}::ResolveHostApiKey().