| 64 | } |
| 65 | |
| 66 | void ChatReceiver::processInlineWidgetClosedEvent(const dpf::Event &event) |
| 67 | { |
| 68 | Copilot::instance()->handleInlineWidgetClosed(); |
| 69 | } |
| 70 | |
| 71 | void ChatReceiver::processActionInvokedEvent(const dpf::Event &event) |
| 72 | { |
nothing calls this directly
no test coverage detected