Update api/src/extensions/helpers/llm-nlu/index.helper.ts

Co-authored-by: Med Marrouchi <marrouchi.mohamed@gmail.com>
This commit is contained in:
Yassine 2025-05-30 15:28:59 +01:00 committed by GitHub
parent 26166e05e4
commit d906f350d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,7 @@ export default class LlmNluHelper
async onApplicationBootstrap() {
if (!AppInstance.isReady()) {
// bypass in Test / CLI env
return;
}