diff --git a/api/src/chat/helpers/envelope-factory.ts b/api/src/chat/helpers/envelope-factory.ts index 903302fc..98bbbf3c 100644 --- a/api/src/chat/helpers/envelope-factory.ts +++ b/api/src/chat/helpers/envelope-factory.ts @@ -6,6 +6,8 @@ * 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file). */ +import Handlebars from 'handlebars'; + import { I18nService } from '@/i18n/services/i18n.service'; import { getRandomElement } from '@/utils/helpers/safeRandom';