diff --git a/files/custom/Espo/Modules/SmartAssistant/Controllers/SmartAssistant.php b/files/custom/Espo/Modules/SmartAssistant/Controllers/SmartAssistant.php index 97f5953..dab702a 100644 --- a/files/custom/Espo/Modules/SmartAssistant/Controllers/SmartAssistant.php +++ b/files/custom/Espo/Modules/SmartAssistant/Controllers/SmartAssistant.php @@ -34,6 +34,11 @@ class SmartAssistant } } + public function getActionStatus(Request $request, Response $response): array + { + return $this->getService()->getStatus(); + } + public function postActionChat(Request $request, Response $response): array { $this->checkAccess();