| 69 | } |
| 70 | |
| 71 | void ChatReceiver::processActionInvokedEvent(const dpf::Event &event) |
| 72 | { |
| 73 | auto actId = event.property("actionId").toString(); |
| 74 | if (actId == "ai_rag_install") |
| 75 | ChatManager::instance()->installConda(); |
| 76 | } |
| 77 | |
| 78 | void ChatReceiver::processOpenProjectEvent(const dpf::Event &event) |
| 79 | { |
nothing calls this directly
no test coverage detected