MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / slotSendSyncRequest

Method slotSendSyncRequest

src/plugins/chat/chatmanager.cpp:303–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void ChatManager::slotSendSyncRequest(const QJsonObject &obj)
304{
305 if (chatLLM)
306 chatLLM->request(obj);
307 else
308 emit notify(2, tr("No selected LLM or current LLM is not avaliable"));
309}
310
311void ChatManager::onResponse(const QString &msgID, const QString &data, AbstractLLM::ResponseState state)
312{

Callers

nothing calls this directly

Calls 2

notifyFunction · 0.85
requestMethod · 0.45

Tested by

no test coverage detected