Commit graph

3151 commits

Author SHA1 Message Date
3e390ef91d fix(WhatsappDirectLine): add missing closing brace for header object in message structure 2025-06-11 10:05:39 -03:00
2df00d9037 fix(WhatsappDirectLine): refactor server status check and improve large file upload process with chunked uploads 2025-06-11 09:53:10 -03:00
3b48dcac37 fix(GBConversationalService, WhatsappDirectLine): update component structure to include header type and format 2025-06-11 09:40:58 -03:00
ad2279042a fix(WhatsappDirectLine): refactor large file upload process to improve error handling and add public URL registration 2025-06-11 09:33:34 -03:00
8e402c3e65 fix(WhatsappDirectLine): refactor large file upload process to improve error handling and add public URL registration 2025-06-11 09:19:16 -03:00
332c8c4e3c fix(WhatsappDirectLine): improve large file upload handling and error messages 2025-06-10 20:27:02 -03:00
ce93ebad75 fix(KBService): update Puppeteer configuration for headless mode and executable path
fix(node.yaml): correct deployment paths and improve Node.js setup
fix(.gitignore): add 'botpoc' to ignored files
fix(SystemKeywords): enhance PDF conversion and image processing logic
fix(DialogKeywords): adjust Puppeteer launch options for better performance
fix(KeywordsExpressions): fix syntax error in PDF assignment
2025-06-09 19:51:05 -03:00
95c4fbe8b1 fix(KBService): update Puppeteer configuration for headless mode and executable path
fix(node.yaml): correct deployment paths and improve Node.js setup
fix(.gitignore): add 'botpoc' to ignored files
fix(SystemKeywords): enhance PDF conversion and image processing logic
fix(DialogKeywords): adjust Puppeteer launch options for better performance
fix(KeywordsExpressions): fix syntax error in PDF assignment
2025-06-09 19:48:24 -03:00
7c998d77f8 fix(KBService): standardize formatting and improve code readability 2025-05-22 20:32:30 -03:00
6eab508e00 fix(KBService): standardize formatting and improve code readability 2025-05-22 18:56:30 -03:00
a8eddee477 fix(KBService): reduce timeout and max documents for crawling logic 2025-05-22 12:16:05 -03:00
2c67ba4052 fix(KBService): remove unnecessary skip variable in file processing logic 2025-05-22 11:14:10 -03:00
1129e3b6cc fix(KBService): remove unnecessary skip variable in file processing logic 2025-05-22 11:00:16 -03:00
1ca0ca1329 fix(KBService): remove unnecessary skip variable in file processing logic 2025-05-22 10:55:32 -03:00
37bdc04ccc fix(KBService): remove unnecessary skip variable in file processing logic 2025-05-22 10:46:11 -03:00
1814e92a4d fix(KBService): remove unnecessary skip variable in file processing logic 2025-05-22 10:41:43 -03:00
48b3d6556c fix(KBService): remove unnecessary skip variable in file processing logic 2025-05-13 23:10:42 -03:00
8fd00febed fix(KBService): update file processing logic to include additional file types 2025-05-13 22:43:47 -03:00
83ee35fe7c fix(KBService): skip processing of files in gbdata path 2025-05-13 22:33:29 -03:00
d379fcbc24 fix(KBService): enable concatenation of files from gbdata path 2025-05-13 22:19:18 -03:00
2ac365b147 feat(ChatServices): specify model as 'gpt-4' for improved performance 2025-05-12 09:20:28 -03:00
84ab8f37f0 feat(ChatServices): specify model as 'gpt-4' for improved performance 2025-05-11 23:19:44 -03:00
1292573222 refactor(workflows): remove unnecessary .env file copy in deployment script 2025-05-11 22:44:30 -03:00
7c2c8548cf refactor(GBDeployer): simplify file type checks for downloading text files 2025-05-11 22:41:54 -03:00
d193654ecc refactor(GBDeployer): simplify file type checks for downloading text files 2025-05-11 21:21:25 -03:00
7b91f56baa feat(KeywordsExpressions, DialogKeywords, AdminDialog, GBDeployer, KBService): enhance functionality and improve file handling 2025-05-11 10:09:32 -03:00
105aa5ab8f feat(KeywordsExpressions): add support for posting to Instagram with parameters
refactor(GBAdminService): improve folder name extraction logic
refactor(ImageProcessingServices): clean up whitespace and enhance image generation options
refactor(SystemKeywords): simplify rewrite prompt and logging
fix(ChatServices): correct spacing in model invocation
delete(marketing.gbai): remove outdated marketing poster template
add(marketing.gbai): create new marketing poster template with Instagram posting functionality
2025-05-09 21:19:14 -03:00
39341ddece refactor(GBOService): remove unused imports for cleaner code 2025-04-30 14:19:00 -03:00
50f438caa9 fix(DialogKeywords): comment out unused email headers in mail options 2025-04-30 14:18:32 -03:00
76fe9f63e2 feat(DialogKeywords): integrate Nodemailer for email sending functionality 2025-04-30 13:50:47 -03:00
328e29fed5 feat(DialogKeywords): integrate Nodemailer for email sending functionality 2025-04-30 13:45:49 -03:00
8c2dc63044 fix(GBMinService): update CORS origin to use HTTPS for improved security 2025-04-27 19:00:54 -03:00
8d25081a79 fix(GBMinService): update CORS origin to specific subdomain 2025-04-27 18:46:43 -03:00
f1f2bfa022 fix(GBMinService): add logging for meeting token requests and definition 2025-04-27 18:02:00 -03:00
1a23a39da9 fix(GBMinService): add logging for meeting token requests and definition 2025-04-26 21:44:02 -03:00
b078f51e4f fix(GBMinService): await token.toJwt() for proper JWT generation 2025-04-26 17:27:29 -03:00
05bf56a5e4 fix(GBMinService): await token.toJwt() for proper JWT generation 2025-04-26 17:17:28 -03:00
d5ffe94f0f fix(dependencies): remove duplicate super-strong-password-generator entries in package.json 2025-04-26 17:01:02 -03:00
d28aaafe48 fix(workflow): clean up node_modules before installing production dependencies in BotServer 2025-04-26 16:56:38 -03:00
cfda2b726d fix(workflow): enable npm ci command for production build in BotServer 2025-04-26 16:47:02 -03:00
f197e5a135 fix(workflow): enable npm ci command for production build in BotServer 2025-04-26 16:40:42 -03:00
d31e10c109 feat(GBMinService): update dependencies to include livekit-server-sdk and AccessToken import 2025-04-26 16:14:53 -03:00
0e421cf82e feat(GBMinService): add CORS header to meeting token endpoint 2025-04-26 15:25:35 -03:00
87c774145d feat(GBMinService): add endpoint for generating meeting tokens with LiveKit 2025-04-26 15:15:57 -03:00
7351127f52 chore: remove deprecated files including deployment scripts, localization, and CI configurations 2025-04-25 02:24:52 -03:00
7cde1bcc05 chore: remove deprecated files including deployment scripts, localization, and CI configurations 2025-04-25 02:20:32 -03:00
591e243892 chore: remove unused image assets and update API URL in configuration 2025-04-25 01:46:35 -03:00
d479efd3f0 feat(GBMinService, MainService): integrate Stripe payment success handling and update dialog flow 2025-04-24 20:02:50 -03:00
961e58e176 feat(GBMinService, MainService): integrate Stripe payment success handling and update dialog flow 2025-04-24 19:52:06 -03:00
ee61299760 feat(GBMinService, MainService): integrate Stripe payment success handling and update dialog flow 2025-04-24 01:18:30 -03:00