Commit Graph

90 Commits

Author SHA1 Message Date
Mohamed Marrouchi
a0f2701e3e refactor: multer upload middleware 2025-02-04 17:54:34 +01:00
Mohamed Marrouchi
8955ec38f0 feat: handle plain text payloads 2025-02-03 18:42:03 +01:00
Mohamed Marrouchi
e8f031da02 fix: handle multer upload in middleware (long pooling only) 2025-02-03 18:20:38 +01:00
abdou6666
32d57874cd fix: remove service name prefix from logged messages 2025-01-27 12:36:50 +01:00
Mohamed Marrouchi
da981ed972 fix: apply pr review feedback 2025-01-20 18:49:28 +01:00
Mohamed Marrouchi
81aed2e5db feat: refactor attachment storage to use helpers 2025-01-20 09:59:03 +01:00
Mohamed Marrouchi
356b16aa9d fix: rename payload to ensure consistency 2025-01-17 08:27:43 +01:00
Mohamed Marrouchi
359049ff3d refactor: use enums 2025-01-16 17:41:30 +01:00
Mohamed Marrouchi
4fac5d4fc9 feat: enforce security to access own attachment 2025-01-16 17:25:16 +01:00
Mohamed Marrouchi
c27f37a6e6 feat: rename enum instead of string 2025-01-16 10:14:50 +01:00
Mohamed Marrouchi
3f9dd692bf refactor: rename context to resourceRef 2025-01-16 08:36:21 +01:00
Mohamed Marrouchi
505cd247a1 feat: add the access attribute 2025-01-16 06:46:41 +01:00
Mohamed Marrouchi
0b4a1085ec fix: minor 2025-01-15 19:05:28 +01:00
Mohamed Marrouchi
bdf1763503 refactor: rename owner to createdBy 2025-01-15 18:05:57 +01:00
Mohamed Marrouchi
39213e8b0b refactor: channels design to allow attachment ownership 2025-01-15 18:05:53 +01:00
Mohamed Marrouchi
994c8857e9 feat(api): add attachment extra attributes 2025-01-15 18:05:21 +01:00
yassinedorbozgithub
7186d9587b fix: update llm-nlu confidence value 2025-01-15 12:16:40 +01:00
yassinedorbozgithub
c9f411e813 fix: feedback udaptes 2025-01-15 12:11:20 +01:00
yassinedorbozgithub
ff4577d125 Merge branch '545-issue-chat-module-strictnullchecks-issues' into 562-issue-strict-null-check 2025-01-14 20:33:41 +01:00
yassinedorbozgithub
60677c0435 fix: apply feedback updates 2025-01-14 20:32:49 +01:00
yassinedorbozgithub
f87b2d53ad fix: resolve file conflicts 2025-01-14 20:10:16 +01:00
yassinedorbozgithub
d2223d6bfd feat: implement strict null check 2025-01-13 20:10:19 +01:00
Mohamed Marrouchi
f399416553 fix: leave support for url in attachment payload (case for external urls) 2025-01-13 16:20:01 +01:00
Mohamed Marrouchi
1d896830cb fix: minor fixes 2025-01-09 20:32:51 +01:00
Mohamed Marrouchi
0ac7d7cac5 fix: rename attachment_id to id 2025-01-09 18:05:53 +01:00
yassinedorbozgithub
90a7c2f5c2 fix: apply strict null checks updates to the Chat Module 2025-01-09 17:58:26 +01:00
Mohamed Marrouchi
20cf7171fa refactor: attachment payload typing 2025-01-09 17:40:02 +01:00
Mohamed Marrouchi
0737cd99c6 feat: use attachment_id instead of url + in messages + webchannel and secure public urls 2025-01-09 12:42:52 +01:00
Mohamed Marrouchi
d48b88f41e fix: remove unecessary WithUrl typing 2025-01-09 10:52:00 +01:00
hexastack
f45e61604e feat: remove core nlu engine 2025-01-06 14:09:54 +01:00
Mohamed Marrouchi
03cf7e6877 feat: add support for signed public urls for channels 2024-12-30 10:34:48 +01:00
Mohamed Marrouchi
6f60903a7b fix: remove unused fn 2024-12-29 10:35:41 +01:00
Mohamed Marrouchi
79dcaadce8 fix: use Multer File type 2024-12-29 10:27:20 +01:00
Mohamed Marrouchi
b66093612d fix: refactor file upload 2024-12-29 09:08:21 +01:00
Mohamed Marrouchi
29e75e96ba fix: minor refactoring 2024-12-27 17:32:37 +01:00
Mohamed Marrouchi
99c702de17 fix: remove max upload size from settings / use env var instead to centralize the config 2024-12-27 17:22:35 +01:00
Mohamed Chedli
d59d245466 fix: update frontend environment variables and fix CORS origin handling issue 2024-12-16 13:09:58 +01:00
Mohamed Marrouchi
8bb6b05f44 fix: channel + event wrapper typing 2024-12-10 18:51:51 +01:00
Mohamed Marrouchi
466e6f28ca fix: remove messenger channel folder 2024-12-10 15:46:21 +01:00
Med Marrouchi
fc14cb07f2
Merge branch 'main' into fix/channel-data-inference-type-issue 2024-12-10 07:34:09 +01:00
Mohamed Marrouchi
560f4f3148 feat: enforce typechecking + refactor 2024-12-10 07:20:01 +01:00
abdou6666
53c83a26a5 fix: add missing attributes for console-channel 2024-12-09 18:23:51 +01:00
abdou6666
3c7abc2261 fix: channels data type inference 2024-12-09 18:17:28 +01:00
Med Marrouchi
a9522d44e0
Merge pull request #428 from Hexastack/feat/nlu-llm
Feat/nlu llm
2024-12-09 15:33:08 +01:00
Mohamed Marrouchi
dcf5097750 fix: rename nlp to nlu namespace 2024-12-09 14:16:08 +01:00
Mohamed Marrouchi
f9caf0f458 feat: llm nlu capability 2024-12-09 14:15:06 +01:00
yassinedorbozgithub
afa8364996 fix: add missing await 2024-12-07 11:59:00 +01:00
Med Marrouchi
00c540843f
Merge pull request #394 from Hexastack/fix/cors-webchannel
Some checks are pending
Build and Push Docker Images / paths-filter (push) Waiting to run
Build and Push Docker Images / build-and-push (push) Blocked by required conditions
Fix/cors webchannel
2024-12-02 16:33:37 +01:00
Mohamed Marrouchi
2407ce86b9 fix: handle unsupported protocols 2024-12-02 16:21:36 +01:00
yassinedorbozgithub
65c52e645d fix: update environment variables names 2024-12-02 10:27:27 +01:00