#include <agent_chat_history_codec.h>
Public Attributes | |
| std::string | name |
| std::string | model |
| std::string | provider |
| std::string | host |
| std::vector< std::string > | tags |
| bool | pinned = false |
Definition at line 50 of file agent_chat_history_codec.h.
| std::string yaze::editor::AgentChatHistoryCodec::AgentConfigSnapshot::ModelPreset::name |
Definition at line 51 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load().
| std::string yaze::editor::AgentChatHistoryCodec::AgentConfigSnapshot::ModelPreset::model |
Definition at line 52 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load().
| std::string yaze::editor::AgentChatHistoryCodec::AgentConfigSnapshot::ModelPreset::provider |
Definition at line 53 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load().
| std::string yaze::editor::AgentChatHistoryCodec::AgentConfigSnapshot::ModelPreset::host |
Definition at line 54 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load().
| std::vector<std::string> yaze::editor::AgentChatHistoryCodec::AgentConfigSnapshot::ModelPreset::tags |
Definition at line 55 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load().
| bool yaze::editor::AgentChatHistoryCodec::AgentConfigSnapshot::ModelPreset::pinned = false |
Definition at line 56 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load().