fix: Remove isUserSource from tests

This commit is contained in:
Petr Mironychev
2026-06-28 17:37:11 +02:00
parent ccc2ec2e80
commit dc3100f054
12 changed files with 224 additions and 88 deletions

View File

@@ -21,6 +21,7 @@ namespace QodeAssist {
class AgentFactory;
class SessionManager;
class ConversationHistory;
class Session;
}
namespace QodeAssist::Chat {
@@ -233,6 +234,7 @@ private:
Skills::SkillsManager *skillsManager() const;
AgentFactory *agentFactory() const;
SessionManager *sessionManager() const;
QodeAssist::Session *ownerSession();
QodeAssist::ConversationHistory *m_history;
ChatModel *m_chatModel;