MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / ClientInterface

Method ClientInterface

ChatView/ClientInterface.cpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48namespace QodeAssist::Chat {
49
50ClientInterface::ClientInterface(
51 ChatModel *chatModel, PluginLLMCore::IPromptProvider *promptProvider, QObject *parent)
52 : QObject(parent)
53 , m_promptProvider(promptProvider)
54 , m_chatModel(chatModel)
55 , m_contextManager(new Context::ContextManager(this))
56{}
57
58void ClientInterface::setSkillsManager(Skills::SkillsManager *skillsManager)
59{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected