2
0
Commit Graph

13 Commits

Author SHA1 Message Date
Baptiste Arnaud
aa4c16dad7 Regroup database queries of /sendMessage in one place
Potentially reduces the total queries to database and it will help to migrate to Edge runtime
2023-07-18 14:31:20 +02:00
Baptiste Arnaud
3426d6689d Replace updates with updateManys when possible
Easy performance win to avoid triggering SELECT query after an UPDATE
2023-07-16 18:52:30 +02:00
Baptiste Arnaud
92740ad2ff 🚑 Fix answer upsert on duplicate itemId 2023-07-01 22:20:22 +02:00
Baptiste Arnaud
24126ac9b8 🚑 Fix answer upsert missing groupId 2023-06-30 12:56:50 +02:00
Baptiste Arnaud
b0f25f301b (analytics) Improve analytics graph accuracy 2023-06-30 12:39:20 +02:00
Baptiste Arnaud
524f1565d8 🚸 (openai) Parse stream on client to correctly handle errors 2023-06-16 19:26:29 +02:00
Baptiste Arnaud
75f9da0a4f (webhook) Add client execution option 2023-05-26 09:20:22 +02:00
Baptiste Arnaud
56364fd863 (openai) Stream chat completion to avoid serverless timeout (#526)
Closes #520
2023-05-25 10:32:35 +02:00
Baptiste Arnaud
8347e5b2a8 Add dog insurance offer template
Closes #484
2023-05-04 15:32:13 -04:00
Baptiste Arnaud
de432ecaf7 🚸 (sendEmail) Allow html parsing for body with a single variable 2023-04-18 08:45:10 +02:00
Baptiste Arnaud
03cc067418 (setVariable) Add client-side set variable execution
Closes #461
2023-04-14 14:37:23 +02:00
Baptiste Arnaud
e0a9824913 ♻️ Simplify text bubble content shape
Remove html and plainText field because it was redundant

Closes #386
2023-04-13 17:10:59 +02:00
Baptiste Arnaud
f3af07b7ff ♻️ (viewer) Remove barrel exports and flatten folder arch 2023-03-15 12:21:52 +01:00