@memori.ai/memori-react 8.45.1 → 8.45.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (511) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/components/Chat/Chat.js +4 -1
  3. package/dist/components/Chat/Chat.js.map +1 -1
  4. package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.d.ts +4 -1
  5. package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.js +7 -57
  6. package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.js.map +1 -1
  7. package/dist/components/IconButton/IconButton.d.ts +1 -1
  8. package/dist/components/MemoriWidget/MemoriWidget.d.ts +1 -1
  9. package/dist/components/MemoriWidget/MemoriWidget.js +2 -1
  10. package/dist/components/MemoriWidget/MemoriWidget.js.map +1 -1
  11. package/dist/components/PositionPopover/PositionPopover.js +38 -25
  12. package/dist/components/PositionPopover/PositionPopover.js.map +1 -1
  13. package/dist/components/UploadButton/UploadButton.js +3 -0
  14. package/dist/components/UploadButton/UploadButton.js.map +1 -1
  15. package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js +14 -2
  16. package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -1
  17. package/dist/components/layouts/chat.css +27 -4
  18. package/dist/context/widgetSurfaceContext.js +2 -2
  19. package/dist/context/widgetSurfaceContext.js.map +1 -1
  20. package/dist/helpers/constants.d.ts +3 -2
  21. package/dist/helpers/constants.js +19 -20
  22. package/dist/helpers/constants.js.map +1 -1
  23. package/dist/helpers/positionPopover.d.ts +2 -1
  24. package/dist/helpers/positionPopover.js +12 -3
  25. package/dist/helpers/positionPopover.js.map +1 -1
  26. package/dist/helpers/tts/muteSpeaker.js +4 -3
  27. package/dist/helpers/tts/muteSpeaker.js.map +1 -1
  28. package/dist/helpers/usePressTooltip.js +2 -1
  29. package/dist/helpers/usePressTooltip.js.map +1 -1
  30. package/dist/helpers/utils.d.ts +2 -1
  31. package/dist/helpers/utils.js +7 -1
  32. package/dist/helpers/utils.js.map +1 -1
  33. package/dist/icons/MemoriIcon.js +1 -1
  34. package/dist/icons/MemoriIcon.js.map +1 -1
  35. package/dist/styles.css +1 -2
  36. package/dist/version.d.ts +1 -1
  37. package/dist/version.js +1 -1
  38. package/esm/components/Chat/Chat.js +4 -1
  39. package/esm/components/Chat/Chat.js.map +1 -1
  40. package/esm/components/MemoriWidget/MemoriWidget.d.ts +1 -1
  41. package/esm/components/MemoriWidget/MemoriWidget.js +2 -1
  42. package/esm/components/MemoriWidget/MemoriWidget.js.map +1 -1
  43. package/esm/components/UploadButton/UploadButton.js +4 -1
  44. package/esm/components/UploadButton/UploadButton.js.map +1 -1
  45. package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js +16 -4
  46. package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -1
  47. package/esm/components/layouts/chat.css +27 -4
  48. package/esm/helpers/constants.d.ts +3 -2
  49. package/esm/helpers/constants.js +18 -19
  50. package/esm/helpers/constants.js.map +1 -1
  51. package/esm/helpers/utils.d.ts +2 -1
  52. package/esm/helpers/utils.js +6 -1
  53. package/esm/helpers/utils.js.map +1 -1
  54. package/esm/styles.css +1 -2
  55. package/esm/version.d.ts +1 -1
  56. package/esm/version.js +1 -1
  57. package/package.json +6 -7
  58. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.d.ts +0 -3
  59. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js +0 -64
  60. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js.map +0 -1
  61. package/dist/testUtils.d.ts +0 -5
  62. package/dist/testUtils.js +0 -18
  63. package/dist/testUtils.js.map +0 -1
  64. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.d.ts +0 -3
  65. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js +0 -62
  66. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js.map +0 -1
  67. package/src/I18nWrapper.tsx +0 -13
  68. package/src/__snapshots__/index.test.tsx.snap +0 -96
  69. package/src/components/AgeVerificationModal/AgeVerificationModal.css +0 -95
  70. package/src/components/AgeVerificationModal/AgeVerificationModal.stories.tsx +0 -46
  71. package/src/components/AgeVerificationModal/AgeVerificationModal.test.tsx +0 -33
  72. package/src/components/AgeVerificationModal/AgeVerificationModal.tsx +0 -99
  73. package/src/components/AgeVerificationModal/__snapshots__/AgeVerificationModal.test.tsx.snap +0 -19
  74. package/src/components/Auth/Auth.css +0 -57
  75. package/src/components/Auth/Auth.stories.tsx +0 -90
  76. package/src/components/Auth/Auth.test.tsx +0 -63
  77. package/src/components/Auth/Auth.tsx +0 -201
  78. package/src/components/Auth/__snapshots__/Auth.test.tsx.snap +0 -143
  79. package/src/components/Avatar/Avatar.css +0 -151
  80. package/src/components/Avatar/Avatar.stories.tsx +0 -160
  81. package/src/components/Avatar/Avatar.test.tsx +0 -158
  82. package/src/components/Avatar/Avatar.tsx +0 -245
  83. package/src/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.tsx +0 -103
  84. package/src/components/Avatar/AvatarView/AvatarComponent/avatarComponent.tsx +0 -105
  85. package/src/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.tsx +0 -338
  86. package/src/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.ts +0 -44
  87. package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.ts +0 -1091
  88. package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.ts +0 -83
  89. package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.ts +0 -301
  90. package/src/components/Avatar/AvatarView/AvatarComponent/components/controls.tsx +0 -100
  91. package/src/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.tsx +0 -152
  92. package/src/components/Avatar/AvatarView/AvatarComponent/components/loader.tsx +0 -31
  93. package/src/components/Avatar/AvatarView/AvatarComponent/constants.ts +0 -141
  94. package/src/components/Avatar/AvatarView/AvatarComponent/lights/Lights.tsx +0 -145
  95. package/src/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +0 -111
  96. package/src/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.tsx +0 -201
  97. package/src/components/Avatar/AvatarView/AvatarView.stories.tsx +0 -254
  98. package/src/components/Avatar/AvatarView/index.tsx +0 -194
  99. package/src/components/Avatar/AvatarView/utils/hideHands.ts +0 -11
  100. package/src/components/Avatar/AvatarView/utils/useEyeBlink.ts +0 -100
  101. package/src/components/Avatar/AvatarView/utils/useHeadMovement.ts +0 -72
  102. package/src/components/Avatar/AvatarView/utils/useLoadingMorphAnim.ts +0 -38
  103. package/src/components/Avatar/AvatarView/utils/useMouthAnimation.ts +0 -93
  104. package/src/components/Avatar/AvatarView/utils/useSmile.ts +0 -39
  105. package/src/components/Avatar/AvatarView/utils/utils.ts +0 -55
  106. package/src/components/Avatar/__snapshots__/Avatar.test.tsx.snap +0 -246
  107. package/src/components/Blob/Blob.css +0 -286
  108. package/src/components/Blob/Blob.stories.tsx +0 -53
  109. package/src/components/Blob/Blob.test.tsx +0 -18
  110. package/src/components/Blob/Blob.tsx +0 -26
  111. package/src/components/Blob/__snapshots__/Blob.test.tsx.snap +0 -80
  112. package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.css +0 -40
  113. package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.stories.tsx +0 -58
  114. package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.test.tsx +0 -53
  115. package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.tsx +0 -74
  116. package/src/components/BlockedMemoriBadge/__snapshots__/BlockedMemoriBadge.test.tsx.snap +0 -181
  117. package/src/components/ChangeMode/ChangeMode.css +0 -22
  118. package/src/components/ChangeMode/ChangeMode.stories.tsx +0 -50
  119. package/src/components/ChangeMode/ChangeMode.test.tsx +0 -24
  120. package/src/components/ChangeMode/ChangeMode.tsx +0 -51
  121. package/src/components/ChangeMode/__snapshots__/ChangeMode.test.tsx.snap +0 -107
  122. package/src/components/Chat/Chat.css +0 -285
  123. package/src/components/Chat/Chat.stories.tsx +0 -1684
  124. package/src/components/Chat/Chat.test.tsx +0 -372
  125. package/src/components/Chat/Chat.tsx +0 -778
  126. package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +0 -6816
  127. package/src/components/ChatBubble/ChatBubble.css +0 -430
  128. package/src/components/ChatBubble/ChatBubble.stories.tsx +0 -1192
  129. package/src/components/ChatBubble/ChatBubble.test.tsx +0 -481
  130. package/src/components/ChatBubble/ChatBubble.tsx +0 -776
  131. package/src/components/ChatBubble/__snapshots__/ChatBubble.test.tsx.snap +0 -8734
  132. package/src/components/ChatHistoryDrawer/ChatHistory.css +0 -587
  133. package/src/components/ChatHistoryDrawer/ChatHistory.stories.tsx +0 -410
  134. package/src/components/ChatHistoryDrawer/ChatHistory.test.tsx +0 -107
  135. package/src/components/ChatHistoryDrawer/ChatHistory.tsx +0 -1298
  136. package/src/components/ChatHistoryDrawer/__snapshots__/ChatHistory.test.tsx.snap +0 -27
  137. package/src/components/ChatInputs/ChatInputs.css +0 -340
  138. package/src/components/ChatInputs/ChatInputs.stories.tsx +0 -251
  139. package/src/components/ChatInputs/ChatInputs.tsx +0 -487
  140. package/src/components/ChatTextArea/ChatTextArea.css +0 -185
  141. package/src/components/ChatTextArea/ChatTextArea.stories.tsx +0 -55
  142. package/src/components/ChatTextArea/ChatTextArea.test.tsx +0 -28
  143. package/src/components/ChatTextArea/ChatTextArea.tsx +0 -171
  144. package/src/components/ChatTextArea/__snapshots__/ChatTextArea.test.tsx.snap +0 -68
  145. package/src/components/CompletionProviderStatus/CompletionProviderStatus.css +0 -36
  146. package/src/components/CompletionProviderStatus/CompletionProviderStatus.stories.tsx +0 -296
  147. package/src/components/CompletionProviderStatus/CompletionProviderStatus.test.tsx +0 -31
  148. package/src/components/CompletionProviderStatus/CompletionProviderStatus.tsx +0 -232
  149. package/src/components/CompletionProviderStatus/__snapshots__/CompletionProviderStatus.test.tsx.snap +0 -96
  150. package/src/components/ContentPreviewModal/ContentPreviewModal.css +0 -128
  151. package/src/components/ContentPreviewModal/ContentPreviewModal.tsx +0 -67
  152. package/src/components/ContentPreviewModal/index.ts +0 -2
  153. package/src/components/CustomGLBModelViewer/ModelViewer.css +0 -11
  154. package/src/components/CustomGLBModelViewer/ModelViewer.stories.tsx +0 -58
  155. package/src/components/CustomGLBModelViewer/ModelViewer.test.tsx +0 -13
  156. package/src/components/CustomGLBModelViewer/ModelViewer.tsx +0 -37
  157. package/src/components/CustomGLBModelViewer/__snapshots__/ModelViewer.test.tsx.snap +0 -20
  158. package/src/components/DateSelector/DateSelector.css +0 -158
  159. package/src/components/DateSelector/DateSelector.stories.tsx +0 -47
  160. package/src/components/DateSelector/DateSelector.test.tsx +0 -149
  161. package/src/components/DateSelector/DateSelector.tsx +0 -251
  162. package/src/components/DateSelector/__snapshots__/DateSelector.test.tsx.snap +0 -1954
  163. package/src/components/ErrorBoundary/ErrorBoundary.tsx +0 -54
  164. package/src/components/ExpertsDrawer/ExpertsDrawer.css +0 -67
  165. package/src/components/ExpertsDrawer/ExpertsDrawer.stories.tsx +0 -54
  166. package/src/components/ExpertsDrawer/ExpertsDrawer.test.tsx +0 -53
  167. package/src/components/ExpertsDrawer/ExpertsDrawer.tsx +0 -69
  168. package/src/components/ExpertsDrawer/__snapshots__/ExpertsDrawer.test.tsx.snap +0 -11
  169. package/src/components/ExportHistoryButton/ExportHistoryButton.css +0 -22
  170. package/src/components/FeedbackButtons/FeedbackButtons.css +0 -107
  171. package/src/components/FeedbackButtons/FeedbackButtons.stories.tsx +0 -52
  172. package/src/components/FeedbackButtons/FeedbackButtons.test.tsx +0 -11
  173. package/src/components/FeedbackButtons/FeedbackButtons.tsx +0 -152
  174. package/src/components/FeedbackButtons/__snapshots__/FeedbackButtons.test.tsx.snap +0 -42
  175. package/src/components/FilePreview/FilePreview.css +0 -358
  176. package/src/components/FilePreview/FilePreview.stories.tsx +0 -63
  177. package/src/components/FilePreview/FilePreview.test.tsx +0 -26
  178. package/src/components/FilePreview/FilePreview.tsx +0 -277
  179. package/src/components/FilePreview/__snapshots__/FilePreview.test.tsx.snap +0 -185
  180. package/src/components/Header/ChatConsumptionDropdown.test.tsx +0 -117
  181. package/src/components/Header/ChatConsumptionDropdown.tsx +0 -275
  182. package/src/components/Header/Header.css +0 -282
  183. package/src/components/Header/Header.stories.tsx +0 -338
  184. package/src/components/Header/Header.test.tsx +0 -371
  185. package/src/components/Header/Header.tsx +0 -442
  186. package/src/components/Header/__snapshots__/Header.test.tsx.snap +0 -964
  187. package/src/components/KnownFacts/KnownFacts.css +0 -19
  188. package/src/components/KnownFacts/KnownFacts.stories.tsx +0 -80
  189. package/src/components/KnownFacts/KnownFacts.test.tsx +0 -57
  190. package/src/components/KnownFacts/KnownFacts.tsx +0 -376
  191. package/src/components/KnownFacts/__snapshots__/KnownFacts.test.tsx.snap +0 -19
  192. package/src/components/LoginDrawer/LoginDrawer.css +0 -1616
  193. package/src/components/LoginDrawer/LoginDrawer.stories.tsx +0 -102
  194. package/src/components/LoginDrawer/LoginDrawer.test.tsx +0 -199
  195. package/src/components/LoginDrawer/LoginDrawer.tsx +0 -600
  196. package/src/components/LoginDrawer/__snapshots__/LoginDrawer.test.tsx.snap +0 -91
  197. package/src/components/MediaWidget/DocumentCard.test.tsx +0 -45
  198. package/src/components/MediaWidget/DocumentCard.tsx +0 -19
  199. package/src/components/MediaWidget/MediaItemWidget.css +0 -1398
  200. package/src/components/MediaWidget/MediaItemWidget.stories.tsx +0 -423
  201. package/src/components/MediaWidget/MediaItemWidget.test.tsx +0 -248
  202. package/src/components/MediaWidget/MediaItemWidget.tsx +0 -997
  203. package/src/components/MediaWidget/MediaItemWidget.types.ts +0 -65
  204. package/src/components/MediaWidget/MediaItemWidget.utils.test.ts +0 -367
  205. package/src/components/MediaWidget/MediaItemWidget.utils.ts +0 -227
  206. package/src/components/MediaWidget/MediaPreviewModal.test.tsx +0 -271
  207. package/src/components/MediaWidget/MediaPreviewModal.tsx +0 -425
  208. package/src/components/MediaWidget/MediaWidget.css +0 -131
  209. package/src/components/MediaWidget/MediaWidget.stories.tsx +0 -319
  210. package/src/components/MediaWidget/MediaWidget.test.tsx +0 -41
  211. package/src/components/MediaWidget/MediaWidget.tsx +0 -107
  212. package/src/components/MediaWidget/__snapshots__/DocumentCard.test.tsx.snap +0 -24
  213. package/src/components/MediaWidget/__snapshots__/MediaItemWidget.test.tsx.snap +0 -791
  214. package/src/components/MediaWidget/__snapshots__/MediaWidget.test.tsx.snap +0 -154
  215. package/src/components/MemoriArtifactSystem/ArtifactDrawer.stories.tsx +0 -2299
  216. package/src/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +0 -163
  217. package/src/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.tsx +0 -250
  218. package/src/components/MemoriArtifactSystem/components/ArtifactActions/CopyButton.stories.tsx +0 -30
  219. package/src/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.tsx +0 -467
  220. package/src/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.tsx +0 -89
  221. package/src/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.ts +0 -619
  222. package/src/components/MemoriArtifactSystem/components/ArtifactActions/index.ts +0 -9
  223. package/src/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +0 -489
  224. package/src/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.tsx +0 -90
  225. package/src/components/MemoriArtifactSystem/components/ArtifactActions/types.ts +0 -73
  226. package/src/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.ts +0 -454
  227. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +0 -1059
  228. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.tsx +0 -431
  229. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +0 -150
  230. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.tsx +0 -79
  231. package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.css +0 -253
  232. package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.tsx +0 -561
  233. package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +0 -355
  234. package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.tsx +0 -160
  235. package/src/components/MemoriArtifactSystem/context/ArtifactContext.tsx +0 -167
  236. package/src/components/MemoriArtifactSystem/types/artifact.types.ts +0 -35
  237. package/src/components/MemoriArtifactSystem/utils/ArtifactAPI.test.tsx +0 -308
  238. package/src/components/MemoriArtifactSystem/utils/ArtifactAPI.tsx +0 -379
  239. package/src/components/MemoriArtifactSystem/utils/applyEdits.test.ts +0 -85
  240. package/src/components/MemoriArtifactSystem/utils/applyEdits.ts +0 -173
  241. package/src/components/MemoriWidget/MemoriWidget.css +0 -220
  242. package/src/components/MemoriWidget/MemoriWidget.stories.tsx +0 -274
  243. package/src/components/MemoriWidget/MemoriWidget.tsx +0 -3930
  244. package/src/components/MicrophoneButton/MicrophoneButton.css +0 -142
  245. package/src/components/MicrophoneButton/MicrophoneButton.stories.tsx +0 -52
  246. package/src/components/MicrophoneButton/MicrophoneButton.tsx +0 -128
  247. package/src/components/PositionDrawer/PositionDrawer.stories.tsx +0 -51
  248. package/src/components/PositionDrawer/PositionDrawer.test.tsx +0 -39
  249. package/src/components/PositionDrawer/PositionDrawer.tsx +0 -50
  250. package/src/components/PositionDrawer/__snapshots__/PositionDrawer.test.tsx.snap +0 -17
  251. package/src/components/PoweredBy/PoweredBy.css +0 -47
  252. package/src/components/PoweredBy/PoweredBy.stories.tsx +0 -75
  253. package/src/components/PoweredBy/PoweredBy.test.tsx +0 -15
  254. package/src/components/PoweredBy/PoweredBy.tsx +0 -44
  255. package/src/components/PoweredBy/__snapshots__/PoweredBy.test.tsx.snap +0 -55
  256. package/src/components/SendOnEnterMenu/SendOnEnterMenu.css +0 -47
  257. package/src/components/SendOnEnterMenu/SendOnEnterMenu.stories.tsx +0 -58
  258. package/src/components/SendOnEnterMenu/SendOnEnterMenu.test.tsx +0 -17
  259. package/src/components/SendOnEnterMenu/SendOnEnterMenu.tsx +0 -82
  260. package/src/components/SendOnEnterMenu/__snapshots__/SendOnEnterMenu.test.tsx.snap +0 -57
  261. package/src/components/SettingsDrawer/SettingsDrawer.css +0 -24
  262. package/src/components/SettingsDrawer/SettingsDrawer.stories.tsx +0 -94
  263. package/src/components/SettingsDrawer/SettingsDrawer.test.tsx +0 -202
  264. package/src/components/SettingsDrawer/SettingsDrawer.tsx +0 -255
  265. package/src/components/SettingsDrawer/__snapshots__/SettingsDrawer.test.tsx.snap +0 -59
  266. package/src/components/ShareButton/ShareButton.css +0 -73
  267. package/src/components/ShareButton/ShareButton.stories.tsx +0 -98
  268. package/src/components/ShareButton/ShareButton.test.tsx +0 -53
  269. package/src/components/ShareButton/ShareButton.tsx +0 -395
  270. package/src/components/ShareButton/__snapshots__/ShareButton.test.tsx.snap +0 -316
  271. package/src/components/Snippet/Snippet.css +0 -142
  272. package/src/components/Snippet/Snippet.stories.tsx +0 -286
  273. package/src/components/Snippet/Snippet.test.tsx +0 -176
  274. package/src/components/Snippet/Snippet.tsx +0 -148
  275. package/src/components/Snippet/__snapshots__/Snippet.test.tsx.snap +0 -603
  276. package/src/components/StartPanel/StartPanel.css +0 -273
  277. package/src/components/StartPanel/StartPanel.stories.tsx +0 -404
  278. package/src/components/StartPanel/StartPanel.test.tsx +0 -360
  279. package/src/components/StartPanel/StartPanel.tsx +0 -426
  280. package/src/components/StartPanel/__snapshots__/StartPanel.test.tsx.snap +0 -1986
  281. package/src/components/Typing/Typing.stories.tsx +0 -130
  282. package/src/components/Typing/Typing.test.tsx +0 -62
  283. package/src/components/Typing/Typing.tsx +0 -154
  284. package/src/components/Typing/__snapshots__/Typing.test.tsx.snap +0 -133
  285. package/src/components/UploadButton/UploadButton.css +0 -542
  286. package/src/components/UploadButton/UploadButton.stories.tsx +0 -376
  287. package/src/components/UploadButton/UploadButton.test.tsx +0 -11
  288. package/src/components/UploadButton/UploadButton.tsx +0 -684
  289. package/src/components/UploadButton/UploadDocuments/UploadDocuments.tsx +0 -405
  290. package/src/components/UploadButton/UploadImages/UploadImages.tsx +0 -538
  291. package/src/components/UploadButton/__snapshots__/UploadButton.test.tsx.snap +0 -165
  292. package/src/components/VenueWidget/VenueWidget.css +0 -163
  293. package/src/components/VenueWidget/VenueWidget.stories.tsx +0 -66
  294. package/src/components/VenueWidget/VenueWidget.test.tsx +0 -49
  295. package/src/components/VenueWidget/VenueWidget.tsx +0 -458
  296. package/src/components/VenueWidget/__snapshots__/VenueWidget.test.tsx.snap +0 -370
  297. package/src/components/WhyThisAnswer/WhyThisAnswer.css +0 -171
  298. package/src/components/WhyThisAnswer/WhyThisAnswer.stories.tsx +0 -285
  299. package/src/components/WhyThisAnswer/WhyThisAnswer.test.tsx +0 -245
  300. package/src/components/WhyThisAnswer/WhyThisAnswer.tsx +0 -233
  301. package/src/components/WhyThisAnswer/__snapshots__/WhyThisAnswer.test.tsx.snap +0 -27
  302. package/src/components/icons/AI.tsx +0 -34
  303. package/src/components/icons/Alert.tsx +0 -31
  304. package/src/components/icons/ArrowUp.tsx +0 -28
  305. package/src/components/icons/Bug.tsx +0 -81
  306. package/src/components/icons/Chat.tsx +0 -30
  307. package/src/components/icons/ChevronDown.tsx +0 -26
  308. package/src/components/icons/ChevronLeft.tsx +0 -28
  309. package/src/components/icons/ChevronRight.tsx +0 -28
  310. package/src/components/icons/ChevronUp.tsx +0 -24
  311. package/src/components/icons/Clear.tsx +0 -23
  312. package/src/components/icons/Close.tsx +0 -30
  313. package/src/components/icons/Code.tsx +0 -24
  314. package/src/components/icons/Copy.tsx +0 -23
  315. package/src/components/icons/DeepThought.tsx +0 -38
  316. package/src/components/icons/Delete.tsx +0 -23
  317. package/src/components/icons/Document.tsx +0 -50
  318. package/src/components/icons/Download.tsx +0 -23
  319. package/src/components/icons/Edit.tsx +0 -17
  320. package/src/components/icons/Expand.tsx +0 -23
  321. package/src/components/icons/Eye.tsx +0 -17
  322. package/src/components/icons/EyeInvisible.tsx +0 -24
  323. package/src/components/icons/Facebook.tsx +0 -23
  324. package/src/components/icons/Feedback.tsx +0 -24
  325. package/src/components/icons/File.tsx +0 -17
  326. package/src/components/icons/FileExcel.tsx +0 -23
  327. package/src/components/icons/FilePdf.tsx +0 -23
  328. package/src/components/icons/FileWord.tsx +0 -23
  329. package/src/components/icons/Fullscreen.tsx +0 -23
  330. package/src/components/icons/FullscreenExit.tsx +0 -23
  331. package/src/components/icons/GasStation.tsx +0 -36
  332. package/src/components/icons/Group.tsx +0 -30
  333. package/src/components/icons/History.tsx +0 -33
  334. package/src/components/icons/Image.tsx +0 -37
  335. package/src/components/icons/Info.tsx +0 -31
  336. package/src/components/icons/Link.tsx +0 -17
  337. package/src/components/icons/Linkedin.tsx +0 -23
  338. package/src/components/icons/Loading.tsx +0 -28
  339. package/src/components/icons/Logout.tsx +0 -27
  340. package/src/components/icons/Mail.tsx +0 -17
  341. package/src/components/icons/MapMarker.tsx +0 -26
  342. package/src/components/icons/MenuHorizontal.tsx +0 -29
  343. package/src/components/icons/MenuVertical.tsx +0 -29
  344. package/src/components/icons/Message.tsx +0 -23
  345. package/src/components/icons/Microphone.tsx +0 -23
  346. package/src/components/icons/Minus.tsx +0 -23
  347. package/src/components/icons/MinusCircle.tsx +0 -24
  348. package/src/components/icons/PaperClip.tsx +0 -23
  349. package/src/components/icons/Picture.tsx +0 -23
  350. package/src/components/icons/Plus.tsx +0 -18
  351. package/src/components/icons/Preview.tsx +0 -29
  352. package/src/components/icons/Print.tsx +0 -38
  353. package/src/components/icons/QuestionHelp.tsx +0 -30
  354. package/src/components/icons/Refresh.tsx +0 -30
  355. package/src/components/icons/SelectIcon.tsx +0 -28
  356. package/src/components/icons/Send.tsx +0 -17
  357. package/src/components/icons/Setting.tsx +0 -23
  358. package/src/components/icons/Share.tsx +0 -23
  359. package/src/components/icons/Sound.tsx +0 -23
  360. package/src/components/icons/SoundDeactivated.tsx +0 -27
  361. package/src/components/icons/Telegram.tsx +0 -26
  362. package/src/components/icons/ThumbDown.tsx +0 -29
  363. package/src/components/icons/ThumbUp.tsx +0 -29
  364. package/src/components/icons/Translation.tsx +0 -24
  365. package/src/components/icons/Twitter.tsx +0 -23
  366. package/src/components/icons/Upload.tsx +0 -34
  367. package/src/components/icons/User.tsx +0 -17
  368. package/src/components/icons/Warning.tsx +0 -24
  369. package/src/components/icons/WhatsApp.tsx +0 -24
  370. package/src/components/icons/icons.stories.css +0 -5
  371. package/src/components/icons/icons.stories.tsx +0 -81
  372. package/src/components/icons/loading.css +0 -14
  373. package/src/components/layouts/Chat.test.tsx +0 -40
  374. package/src/components/layouts/Chat.tsx +0 -69
  375. package/src/components/layouts/FullBody/FullBody.stories.tsx +0 -110
  376. package/src/components/layouts/FullPage.test.tsx +0 -65
  377. package/src/components/layouts/FullPage.tsx +0 -80
  378. package/src/components/layouts/HiddenChat.test.tsx +0 -40
  379. package/src/components/layouts/HiddenChat.tsx +0 -233
  380. package/src/components/layouts/Totem/Totem.stories.tsx +0 -131
  381. package/src/components/layouts/Totem.test.tsx +0 -40
  382. package/src/components/layouts/Totem.tsx +0 -49
  383. package/src/components/layouts/WebsiteAssistant.test.tsx +0 -40
  384. package/src/components/layouts/WebsiteAssistant.tsx +0 -132
  385. package/src/components/layouts/ZoomedFullBody/ZoomedFullBody.stories.tsx +0 -131
  386. package/src/components/layouts/ZoomedFullBody.test.tsx +0 -40
  387. package/src/components/layouts/ZoomedFullBody.tsx +0 -81
  388. package/src/components/layouts/__snapshots__/Chat.test.tsx.snap +0 -457
  389. package/src/components/layouts/__snapshots__/FullPage.test.tsx.snap +0 -1045
  390. package/src/components/layouts/__snapshots__/HiddenChat.test.tsx.snap +0 -460
  391. package/src/components/layouts/__snapshots__/Totem.test.tsx.snap +0 -566
  392. package/src/components/layouts/__snapshots__/WebsiteAssistant.test.tsx.snap +0 -59
  393. package/src/components/layouts/__snapshots__/ZoomedFullBody.test.tsx.snap +0 -523
  394. package/src/components/layouts/chat.css +0 -451
  395. package/src/components/layouts/hidden-chat.css +0 -276
  396. package/src/components/layouts/layouts.stories.tsx +0 -231
  397. package/src/components/layouts/totem.css +0 -221
  398. package/src/components/layouts/website-assistant.css +0 -677
  399. package/src/components/layouts/zoomed-full-body.css +0 -18
  400. package/src/components/ui/Alert.css +0 -93
  401. package/src/components/ui/Alert.stories.tsx +0 -137
  402. package/src/components/ui/Alert.test.tsx +0 -129
  403. package/src/components/ui/Alert.tsx +0 -123
  404. package/src/components/ui/Button.css +0 -167
  405. package/src/components/ui/Button.stories.tsx +0 -156
  406. package/src/components/ui/Button.test.tsx +0 -74
  407. package/src/components/ui/Button.tsx +0 -107
  408. package/src/components/ui/Card.css +0 -65
  409. package/src/components/ui/Card.stories.tsx +0 -95
  410. package/src/components/ui/Card.test.tsx +0 -47
  411. package/src/components/ui/Card.tsx +0 -48
  412. package/src/components/ui/Checkbox.css +0 -116
  413. package/src/components/ui/Checkbox.stories.tsx +0 -74
  414. package/src/components/ui/Checkbox.test.tsx +0 -28
  415. package/src/components/ui/Checkbox.tsx +0 -58
  416. package/src/components/ui/ConfirmDialog.css +0 -42
  417. package/src/components/ui/ConfirmDialog.stories.tsx +0 -216
  418. package/src/components/ui/ConfirmDialog.test.tsx +0 -124
  419. package/src/components/ui/ConfirmDialog.tsx +0 -58
  420. package/src/components/ui/Details.css +0 -66
  421. package/src/components/ui/Drawer.css +0 -270
  422. package/src/components/ui/Drawer.stories.tsx +0 -267
  423. package/src/components/ui/Drawer.test.tsx +0 -130
  424. package/src/components/ui/Drawer.tsx +0 -293
  425. package/src/components/ui/Dropdown.css +0 -173
  426. package/src/components/ui/Dropdown.tsx +0 -63
  427. package/src/components/ui/Expandable.css +0 -15
  428. package/src/components/ui/Expandable.stories.tsx +0 -180
  429. package/src/components/ui/Expandable.test.tsx +0 -107
  430. package/src/components/ui/Expandable.tsx +0 -121
  431. package/src/components/ui/Modal.css +0 -98
  432. package/src/components/ui/Modal.stories.tsx +0 -171
  433. package/src/components/ui/Modal.test.tsx +0 -111
  434. package/src/components/ui/Modal.tsx +0 -117
  435. package/src/components/ui/Select.css +0 -138
  436. package/src/components/ui/Select.stories.tsx +0 -79
  437. package/src/components/ui/Select.test.tsx +0 -84
  438. package/src/components/ui/Select.tsx +0 -79
  439. package/src/components/ui/Slider.css +0 -192
  440. package/src/components/ui/Slider.stories.tsx +0 -63
  441. package/src/components/ui/Slider.tsx +0 -142
  442. package/src/components/ui/Spin.css +0 -31
  443. package/src/components/ui/Spin.stories.tsx +0 -64
  444. package/src/components/ui/Spin.test.tsx +0 -41
  445. package/src/components/ui/Spin.tsx +0 -31
  446. package/src/components/ui/Table.css +0 -132
  447. package/src/components/ui/Tooltip.css +0 -171
  448. package/src/components/ui/Tooltip.stories.tsx +0 -109
  449. package/src/components/ui/Tooltip.test.tsx +0 -102
  450. package/src/components/ui/Tooltip.tsx +0 -163
  451. package/src/components/ui/__snapshots__/Alert.test.tsx.snap +0 -59
  452. package/src/components/ui/__snapshots__/Button.test.tsx.snap +0 -204
  453. package/src/components/ui/__snapshots__/Card.test.tsx.snap +0 -321
  454. package/src/components/ui/__snapshots__/Checkbox.test.tsx.snap +0 -131
  455. package/src/components/ui/__snapshots__/ConfirmDialog.test.tsx.snap +0 -35
  456. package/src/components/ui/__snapshots__/Drawer.test.tsx.snap +0 -67
  457. package/src/components/ui/__snapshots__/Expandable.test.tsx.snap +0 -159
  458. package/src/components/ui/__snapshots__/Modal.test.tsx.snap +0 -59
  459. package/src/components/ui/__snapshots__/Select.test.tsx.snap +0 -254
  460. package/src/components/ui/__snapshots__/Spin.test.tsx.snap +0 -193
  461. package/src/components/ui/__snapshots__/Tooltip.test.tsx.snap +0 -113
  462. package/src/components/ui/definitions.stories.tsx +0 -139
  463. package/src/context/visemeContext.tsx +0 -384
  464. package/src/helpers/chatPdfExport.ts +0 -544
  465. package/src/helpers/configuration.ts +0 -42
  466. package/src/helpers/constants.ts +0 -267
  467. package/src/helpers/convertDocument.test.ts +0 -67
  468. package/src/helpers/convertDocument.ts +0 -35
  469. package/src/helpers/credits.ts +0 -54
  470. package/src/helpers/error.test.ts +0 -29
  471. package/src/helpers/error.ts +0 -278
  472. package/src/helpers/imageCompression.ts +0 -230
  473. package/src/helpers/llmUsage.ts +0 -328
  474. package/src/helpers/markedExtendedTables.js +0 -217
  475. package/src/helpers/media.test.ts +0 -169
  476. package/src/helpers/media.ts +0 -81
  477. package/src/helpers/message.test.ts +0 -126
  478. package/src/helpers/message.ts +0 -219
  479. package/src/helpers/nats/getNatsConfig.ts +0 -148
  480. package/src/helpers/nats/isSessionExpiredError.test.ts +0 -38
  481. package/src/helpers/nats/isSessionExpiredError.ts +0 -51
  482. package/src/helpers/nats/useNats.test.tsx +0 -81
  483. package/src/helpers/nats/useNats.ts +0 -204
  484. package/src/helpers/nats/useNatsSession.test.ts +0 -16
  485. package/src/helpers/nats/useNatsSession.ts +0 -460
  486. package/src/helpers/piiDetection.test.ts +0 -186
  487. package/src/helpers/piiDetection.ts +0 -91
  488. package/src/helpers/sanitizer.ts +0 -17
  489. package/src/helpers/statistics.ts +0 -58
  490. package/src/helpers/stt/useSTT.ts +0 -515
  491. package/src/helpers/translations.ts +0 -39
  492. package/src/helpers/tts/ttsVoiceUtility.ts +0 -275
  493. package/src/helpers/tts/useTTS.ts +0 -621
  494. package/src/helpers/utils.test.ts +0 -321
  495. package/src/helpers/utils.ts +0 -586
  496. package/src/helpers/venue.ts +0 -36
  497. package/src/i18n.ts +0 -39
  498. package/src/index.stories.tsx +0 -220
  499. package/src/index.test.tsx +0 -156
  500. package/src/index.tsx +0 -592
  501. package/src/locales/de.json +0 -680
  502. package/src/locales/en.json +0 -754
  503. package/src/locales/es.json +0 -682
  504. package/src/locales/fr.json +0 -682
  505. package/src/locales/it.json +0 -750
  506. package/src/mocks/data.ts +0 -790
  507. package/src/styles.css +0 -126
  508. package/src/types/integration.test.ts +0 -32
  509. package/src/types/integration.ts +0 -31
  510. package/src/types/layout.ts +0 -50
  511. package/src/version.ts +0 -2
@@ -1,754 +0,0 @@
1
- {
2
- "yes": "Yes",
3
- "no": "No",
4
- "confirm": "Confirm",
5
- "apply": "Apply",
6
- "cancel": "Cancel",
7
- "show": "Show",
8
- "hide": "Hide",
9
- "send": "Send",
10
- "close": "Close",
11
- "edit": "Edit",
12
- "delete": "Delete",
13
- "loading": "Loading",
14
- "expand": "Expand",
15
- "collapse": "Collapse",
16
- "fullscreenEnter": "Enter fullscreen",
17
- "fullscreenExit": "Exit fullscreen",
18
- "center": "Center",
19
- "bottom": "Bottom",
20
- "hidden": "Hidden",
21
- "day": "Day",
22
- "all": "All",
23
- "today": "Today",
24
- "yesterday": "Yesterday",
25
- "placeholder": "Ask a question",
26
- "last_7_days": "Last 7 days",
27
- "last_30_days": "Last 30 days",
28
- "month": "Month",
29
- "copied": "Copied!",
30
- "year": "Year",
31
- "dayPlaceholder": "DD",
32
- "monthPlaceholder": "MM",
33
- "yearPlaceholder": "YYYY",
34
- "createdAt": "Creation date",
35
- "date": "Birth date",
36
- "selected": "Selected",
37
- "page": "page",
38
- "actions": "Actions",
39
- "next": "Next",
40
- "previous": "Previous",
41
- "copy": "Copy",
42
- "copyRawCode": "Copy raw code",
43
- "copyToClipboard": "Copy to clipboard",
44
- "showOriginalText": "Show original",
45
- "showTranslatedText": "Show translation",
46
- "exactPosition": "Exact position",
47
- "uncertain": "Uncertain",
48
- "question": "Question",
49
- "nothingFound": "Nothing found",
50
- "venue": "Venue",
51
- "searchVenue": "Search venue...",
52
- "privacyPolicy": "Privacy policy",
53
- "popularLanguages": "Popular",
54
- "allLanguages": "All Languages",
55
- "memoriBlockedTitle": "Blocked",
56
- "memoriBlockedUntil": "Agent blocked until {{date}}",
57
- "memoriBlockedAnon": "Currently \"{{name}}\" can't answer, come back here on {{date}}",
58
- "memoriBlockedReasonExceedChats": "because it has exceeded the monthly threshold of allowed chats.",
59
- "memoriBlockedGiverHelper": "You can still manage it as administrator, but other users will not be able to interact with it.",
60
- "generatedByAI": "Answer generated by AI, may occasionally generate incorrect informations",
61
- "reasoning": "Reasoning...",
62
- "whyThisAnswer": "Why this answer?",
63
- "whyThisAnswerHelper": "This answer was generated automatically by an artificial intelligence based on these verified contents.",
64
- "receiverLabel": "Assigned to",
65
- "completionsEnabled": "Advanced AI, can respond with automatically generated answers that may sometimes contain incorrect information",
66
- "completionProviderDown": "This agent is integrated with a generative AI from {{provider}}, but it is currently unavailable. Try again later.",
67
- "completionProviderMajorOutage": "This agent is integrated with a generative AI from {{provider}}, but it is completely down. This feature will not be available until the service is restored.",
68
- "completionProviderPartialOutage": "This agent is integrated with a generative AI from {{provider}}, but it is experiencing partial outages. Some features may be unavailable or perform poorly.",
69
- "completionProviderDegraded": "This agent is integrated with a generative AI from {{provider}}, but it is performing slower than usual. Responses may take longer or be less accurate.",
70
- "completionProviderFallbackName": "an external provider",
71
- "completionProviderCheckStatusPage": "Check status page",
72
- "boardOfExperts": "Board of experts",
73
- "birthDate": "Birth date",
74
- "birthDateHelper": "We ask for your birth date only to enable or disable functionalities that have age restrictions",
75
- "underage": "You must be at least {{age}} years old to sign up.",
76
- "underageTwinSession": "You must be at least {{age}} years old to interact with this agent.",
77
- "errorFetchingSession": "Error during session loading",
78
- "errorGettingReferralURL": "Error during referral loading",
79
- "errorReopeningSession": "Error during session reopening",
80
- "sessionExpiredReopening": "Session expired, reopening session",
81
- "ageVerification": "Age verification",
82
- "ageVerificationText": "To interact with this agent, you must be at least {{minAge}} years old.",
83
- "nsfw": "NSFW: This agent contains adult contents",
84
- "deepThought": "Deep Thought",
85
- "deepThoughtHelper": "Deep Thought is an advanced feature of the AI that will allow you to fully exploit your conversations by keeping track of them. The AI with Deep Thought can give you information tailored to you and the things you will share together. Allow the agent's author to contact you for commercial offers regarding products you have shown interest in.",
86
- "deepThoughtDisclaimerTitle": "Deep Thought enabled",
87
- "deepThoughtDisclaimer": "Deep Thought is an advanced feature of the AI that will allow you to fully exploit your conversations by keeping track of them. The AI with Deep Thought can give you information tailored to you and the things you will share together.",
88
- "deepThoughtPreDisclaimerUnlogged": "Log in to enable Deep Thought.",
89
- "deepThoughtPreDisclaimerNotAllowed": "Deep Thought is disabled since you didn't consent its usage, you can change this any time in your account settings.",
90
- "notEnoughCredits": "The author of this agent does not have enough credits to answer your question.",
91
- "confirmDialog": {
92
- "title": "Do you want to leave this page?",
93
- "message": "The changes you made will be lost."
94
- },
95
- "knownFacts": {
96
- "title": "Known facts",
97
- "description": "Details of the information shared between you and {{memoriName}}",
98
- "type": "Type",
99
- "typeShortTerm": "Short term",
100
- "typeLongTerm": "Long term",
101
- "typeHelper": "Types:\n- Short Term: this Known Fact is always used during conversations\n- Long Term: this Known Fact is used during conversations only if relevant to the current question",
102
- "text": "Text",
103
- "deleteSuccess": "Known fact deleted",
104
- "deleteConfirmTitle": "Delete known fact",
105
- "deleteConfirmMessage": "Are you sure you want to delete this known fact?",
106
- "deleteSelectedConfirmTitle": "Delete selected known facts",
107
- "deleteSelectedConfirmMessage": "Are you sure you want to delete the selected known facts?"
108
- },
109
- "auth": {
110
- "title": "Authentication",
111
- "useRecoveryTokens": "Use recovery tokens",
112
- "tokens": "Tokens",
113
- "addToken": "Add token",
114
- "usePassword": "Use password",
115
- "passwordRequired": "Password required",
116
- "invalidCredentials": "Invalid credentials",
117
- "atLeast": "At least"
118
- },
119
- "widget": {
120
- "instruct": "Instruct",
121
- "test": "Test",
122
- "sound": "Sound",
123
- "position": "Position preferences",
124
- "settings": "Settings",
125
- "share": "Share",
126
- "shareChat": "Share chat",
127
- "sendOnKeypress": "Hit Enter to send",
128
- "sendOnClick": "Click on Submit",
129
- "boardOfExperts": "Board of experts",
130
- "showExpertsInTheBoard": "Show experts in this board",
131
- "expertsInTheBoard": "Experts in this board",
132
- "goToIntegrationsToCustomizeAvatar": "To customize the avatar, go to Share and customize the public page"
133
- },
134
- "exportChatHistory": {
135
- "exportPDF": "Export chat as PDF",
136
- "exporting": "Exporting...",
137
- "empty": "No chat history to export",
138
- "pdfNotSupported": "PDF export is not supported in this browser",
139
- "success": "Chat exported to PDF successfully",
140
- "error": "Failed to export chat to PDF. Please try again."
141
- },
142
- "write_and_speak": {
143
- "micButtonPopover": "Click the button to speak",
144
- "micButtonPopoverListening": "Click the button to stop speak",
145
- "pageInstructExplanation": "To teach me new things click on the INSTRUCT ME button to get started",
146
- "pageTryMeExplanation": "To talk to me click on the START button to get started",
147
- "pagePrivacyExplanation": "The conversations are visible by the author of the agent",
148
- "aiDisclaimer": "The agent may make mistakes. Please verify the answers.",
149
- "downloadChat": "Download chat",
150
- "pagePrivacyExplanationList": {
151
- "allConversations": "All conversations with this agent are visible to the author of the agent",
152
- "anonymousUser": "For anonymous users: the author will see the content of the conversation and your IP address",
153
- "registeredUser": "For registered users: the author will see the content of the conversation and your username",
154
- "contentAndUsername": "The author can see the content, your username and your IP address",
155
- "contentAndIpAddress": "The author can see the content and your IP address",
156
- "authorUsesInfo": "The author uses this information to improve the features of the agent and to provide you with a better service. Continuing the conversation, you accept these conditions."
157
- },
158
- "instructButton": "INSTRUCT ME",
159
- "tryMeButton": "START",
160
- "resumeButton": "RESUME",
161
- "chatHistory": "Chat history",
162
- "chatHistoryDescription": "Show the chat history with this agent",
163
- "loadingChatHistory": "Loading chat history...",
164
- "noChatHistoryAvailable": "No chat history available",
165
- "noResultsFound": "No results found for \"{{searchText}}\"",
166
- "searchInChatHistory": "Search in chat history...",
167
- "latestFirst": "Latest first",
168
- "oldestFirst": "Oldest first",
169
- "exportChat": "Export Chat",
170
- "conversationStartedLabel": "Conversation started",
171
- "settingsHeaderLabel": "Setup here if you want to set the continuous speech, and change the silence seconds if you want to customize them.",
172
- "continuousSpeechLabel": "Continuous speech",
173
- "continuousSpeechDisabled": "Continuous speech disabled because the agent is in mute mode",
174
- "holdToSpeak": "Hold to speak",
175
- "releaseToEndListening": "Release to end listening",
176
- "pressAndHoldToSpeak": "Press and hold to speak",
177
- "microphoneMode": "Microphone mode",
178
- "hideEmissionsLabel": "Hide text emitted by the agent",
179
- "showMessageConsumptionLabel": "Show message consumption",
180
- "secondsLabel": "Set seconds",
181
- "controlsPosition": "Controls position",
182
- "avatarControls": "Avatar controls",
183
- "height": "Height",
184
- "depth": "Depth",
185
- "avatarType": "Avatar type",
186
- "suggestions": "Use the arrow keys to adjust the avatar height\nUse +/- to adjust the avatar depth",
187
- "blob": "Blob",
188
- "avatar3d": "3D Avatar",
189
- "zoomed": "Zoomed",
190
- "normal": "Normal",
191
- "far": "Far",
192
- "enablePositionControls": "Enable position controls",
193
- "tryMeHeaderLabel": "TRY",
194
- "unknownPosition": "Unknown position",
195
- "fieldPlace": "Write the place (eg 'Milano')",
196
- "showMapLinkFor": "Show the position on the map",
197
- "useMyPosition": "Use my position",
198
- "myPosition": "Your position",
199
- "updatingPosition": "Updating position...",
200
- "placeNotFound": "Place not found!",
201
- "requirePosition": "Insert your position before start",
202
- "requirePositionHelp": "To talk to {{name}} you have to decide whether to provide your position or not. This is because different answers that it can provide you may depend on where you are.",
203
- "dontWantToProvidePosition": "I don't want to provide my position",
204
- "attachmentsLabel": "Enrich your message",
205
- "iWantToTalkToIn": "I want to talk to {{name}} in",
206
- "message": "message",
207
- "messages": "messages",
208
- "page": "Page {{current}} of {{total}}"
209
- },
210
- "artifact": {
211
- "close": "Close",
212
- "size": "Size",
213
- "updated": "updated",
214
- "updateFailed": "Update could not be applied",
215
- "updateFailedHint": "The patch did not match the current content. Ask to rewrite the artifact.",
216
- "generated": "Generated",
217
- "download": "Download",
218
- "print": "Print",
219
- "external": "Open in a new window",
220
- "type": "Type",
221
- "fullscreen": "Fullscreen",
222
- "exitFullscreen": "Exit fullscreen",
223
- "generatedAt": "Generated at",
224
- "copy": "Copy",
225
- "open": "Open",
226
- "code": "Code",
227
- "preview": "Preview",
228
- "copied": "Copied!",
229
- "error": "Error",
230
- "generatingPdf": "Generating PDF...",
231
- "copying": "Copying...",
232
- "moreCopyOptions": "More copy options",
233
- "copyAs": "Copy as",
234
- "downloadAsMarkdown": "Download as Markdown",
235
- "downloadRawMarkdownText": "Download raw markdown text",
236
- "downloadAsPdf": "Download as PDF",
237
- "exportAsPdfDocument": "Export as PDF document",
238
- "downloadAsHtml": "Download as HTML",
239
- "downloadFormattedHtml": "Download formatted HTML",
240
- "viewMode": "View Mode",
241
- "codeMode": "Code Mode",
242
- "refresh": "Refresh",
243
- "share": "Share",
244
- "downloadAsJson": "Download as JSON",
245
- "downloadJsonData": "Download JSON data",
246
- "downloadAsPng": "Download as PNG",
247
- "downloadPngImage": "Download PNG image",
248
- "downloadAsJpeg": "Download as JPEG",
249
- "downloadJpegImage": "Download JPEG image",
250
- "downloadAsGif": "Download as GIF",
251
- "downloadGifImage": "Download GIF image",
252
- "downloadAsWebp": "Download as WebP",
253
- "downloadWebpImage": "Download WebP image",
254
- "copyAsSvg": "Copy as SVG",
255
- "copySvgSourceCode": "Copy SVG source code",
256
- "copyAsPlainText": "Copy as Plain Text",
257
- "copyAsText": "Copy as text",
258
- "copyAsLanguage": "Copy as {{language}}",
259
- "copyLanguageCode": "Copy {{language}} code",
260
- "copyWithoutSyntaxHighlighting": "Copy without syntax highlighting",
261
- "copyTextContent": "Copy text content",
262
- "pdfExportNotSupported": "PDF export is not supported in this browser",
263
- "popupBlocked": "Popup blocked! Please enable popups to print.",
264
- "safariPdfInstructions": "PDF export opened in new window. Please use Cmd+P (Mac) or Ctrl+P (Windows) to print and save as PDF."
265
- },
266
- "upload": {
267
- "loginRequired": "Login required",
268
- "pastedText": "pasted-text",
269
- "uploadNotification": "Upload Failed",
270
- "loginRequiredDescription": "Please login to upload images",
271
- "uploadFiles": "Upload files ({{shortcut}}+O to open file chooser)",
272
- "uploadFilesWithShortcut": "{{shortcut}}+O to open file chooser",
273
- "uploadImages": "Upload images",
274
- "replace": "Replace",
275
- "maxImagesReached": "You can upload up to {{max}} images",
276
- "maxDocumentsReached": "You can upload up to {{max}} documents",
277
- "remaining": "remaining",
278
- "lastDocumentSlot": "Upload last document",
279
- "uploadDocuments": "Upload documents",
280
- "maxReached": "Max limit reached",
281
- "imageTitle": "Image title: {{title}}",
282
- "titleHelp": "Adding a descriptive title helps the AI provide more context and appropriate responses.",
283
- "titlePlaceholder": "Enter image title",
284
- "apiClientNotConfigured": "API client not configured properly for media upload",
285
- "fileReadingFailed": "File reading failed",
286
- "uploadFailed": "Upload failed",
287
- "uploadSuccess": "Upload success",
288
- "titleImage": "Image title: {{title}}",
289
- "uploadSuccessDescription": "The file has been uploaded successfully",
290
- "titleImageUpload": "Upload images",
291
- "partialUpload": "Only {{uploaded}} images on {{total}} will be uploaded. Maximum {{max}} images allowed.",
292
- "maxImages": "Maximum {{max}} images allowed.",
293
- "upload": "Upload",
294
- "dragAndDropFiles": "Drag and drop files here to add them to the chat",
295
- "pasteMaxAttachmentsReached": "Maximum {{max}} attachments. Remove one to add this as a file.",
296
- "pasteContentTooLong": "Pasted content is too long (max {{size}}KB). Shorten or split it.",
297
- "pasteContentExceedsLimit": "Pasted content exceeds the size limit. Try shortening the text or splitting it into smaller parts.",
298
- "pasteAddedAsAttachment": "Pasted content added as attachment",
299
- "contextSizeExceedsLimit": "Context size exceeds the limit. Try reducing the number of files or content in the conversation.",
300
- "filesNotAddedMaxAllowed": "{{count}} file(s) not added (maximum {{max}} files allowed).",
301
- "documentsNotAddedMaxAllowed": "{{count}} document(s) not added (maximum {{max}} files allowed).",
302
- "imagesNotAddedMaxAllowed": "{{count}} image(s) not added (maximum {{max}} files allowed).",
303
- "documentsNotAddedContextSize": "{{count}} document(s) not added (context size limit).",
304
- "partialAssetUploadWarning": "Some file links could not be uploaded, but the document was added anyway.",
305
- "anonymousRetentionNotice": "Note: uploaded files are retained for a maximum of 24 hours."
306
- },
307
- "media": {
308
- "title": "Title",
309
- "editAttributes": "Edit media attributes",
310
- "uploadMimeTypeNotAllowed": "The file type is not allowed",
311
- "uploadSizeLimitMessage": "The uploaded size is too big (max {{size}}MB)",
312
- "uploadWrongResolutionMessage": "The resolution must be {{width}}x{{height}} pixel",
313
- "memoriNameAlreadyUsed": "You already have an agent with this name",
314
- "uploadHelperImages": "Upload a file with extension png, jpg, jpeg or gif, and having at maximum a size of {{size}}MB",
315
- "uploadHelper": "Upload a file having at maximum a size of {{size}}MB",
316
- "uploadError": "Upload failed",
317
- "square": "square",
318
- "scaleRatio": "Scale ratio",
319
- "addMediaLabel": "Add a media",
320
- "insertThisMediaMsg": "Insert these media",
321
- "mediaUploadMessage": "Click to load a new media",
322
- "addLinkLabel": "Add a link",
323
- "linkKey": "URL",
324
- "linkValue": "Link title",
325
- "insertThisLink": "Insert a link to {{url}} with title {{title}}"
326
- },
327
- "gamification": {
328
- "level": "Level",
329
- "points": "points",
330
- "memoriReachedLevel": "became more evolved and reached level",
331
- "levelGoToStatistics": "{{memori}} is at level {{level}} with {{points}} points. Click to go to statistics.",
332
- "congratulationsNewLevel": "Congratulations, you have reached a new level!",
333
- "congratulationsNewLevelDescription": "Your agent became more evolved with {{points}} points, look at the",
334
- "statistics": "statistics"
335
- },
336
- "login": {
337
- "login": "Login",
338
- "logout": "Logout",
339
- "user": "User",
340
- "loggedDrawerTitle": "Hi, {{name}}!",
341
- "userNameRequired": "Username required",
342
- "userName": "Username",
343
- "userNamePlaceholder": "Enter username",
344
- "loginDrawerTitle": "Login",
345
- "signupDrawerTitle": "Sign up",
346
- "newUserSignUp": "New user?",
347
- "signUp": "Sign up!",
348
- "alreadyHaveAnAccount": "Already have an account?",
349
- "backToLogin": "Back to login",
350
- "registrationDisabled": "Registration is disabled",
351
- "contactAdmin": "Contact the administrator to request access",
352
- "userNameOrEmail": "Username or email",
353
- "email": "Email",
354
- "emailFormatError": "Please, insert a valid email",
355
- "username": "Username",
356
- "usernameContainsReservedWord": "Username contains a reserved word, please choose another one",
357
- "usernameFormatError": "Username must be at least 3 characters long and contain only letters, numbers and _",
358
- "otpCode": "Verification code",
359
- "resendVerificationCode": "Resend code",
360
- "resentVerificationCode": "Confirmation code sent! Please check your email.",
361
- "welcomeTitle": "Welcome back",
362
- "welcomeDescription": "Enter your 4-digit verification code to continue to your account",
363
- "otpTitle": "Enter verification code",
364
- "otpDescription": "Enter the 4-digit code you generated in your account",
365
- "otpStep1": "Click the button below to open your account",
366
- "otpStep2": "Generate a 4-digit verification code (valid for 60 seconds)",
367
- "otpStep3": "Return here and enter the code",
368
- "startOtpLogin": "Start verification",
369
- "generateOtp": "Generate code",
370
- "otpTimer": "Code expires in {{seconds}} seconds",
371
- "otpInvalidFormat": "Please enter a valid 4-digit code",
372
- "otpInvalid": "Invalid verification code",
373
- "otpError": "Error validating code. Please try again.",
374
- "otpSuccess": "Login successful!",
375
- "otpEmailTitle": "Enter your email",
376
- "otpEmailDescription": "Enter your email address to receive a verification code",
377
- "otpCodeDescription": "Enter the 4-digit code sent to {{email}}",
378
- "emailPlaceholder": "Enter your email",
379
- "sendOtp": "Send code",
380
- "resendOtp": "Resend code",
381
- "resending": "Resending...",
382
- "backToEmail": "Back to email",
383
- "otpSent": "Verification code sent!",
384
- "otpResent": "Code resent successfully!",
385
- "otpSendError": "Error sending code. Please try again.",
386
- "emailRequired": "Email required",
387
- "emailInvalid": "Please enter a valid email address",
388
- "otpNotFound": "Verification code not found",
389
- "otpExpired": "Verification code has expired",
390
- "otpMissing": "Verification code is required",
391
- "otpSuccessMessage": "Verification successful! Redirecting...",
392
- "otpSuccessDescription": "Your account has been verified successfully. You will be redirected shortly.",
393
- "otpHelp": "Enter the 4-digit code from your email",
394
- "emailHelp": "We'll send you a verification code",
395
- "userFetchError": "Error loading user data. Please try again.",
396
- "otpStep1Title": "Enter Email",
397
- "otpStep2Title": "Check Email",
398
- "otpStep3Title": "Enter Code",
399
- "featureFast": "Fast",
400
- "featureSecure": "Secure",
401
- "featureMobile": "Mobile",
402
- "password": "Password",
403
- "newPassword": "New password",
404
- "confirmPassword": "Confirm Password",
405
- "currentPassword": "Current password",
406
- "passwordMatchingError": "Passwords do not match.",
407
- "passwordFormatError": "Password must be at least 8 characters long and contain at least a number, an upper case letter, a lower case letter and a symbol",
408
- "pwdWeak": "Weak",
409
- "pwdAcceptable": "Acceptable",
410
- "pwdStrong": "Strong",
411
- "mustChangePassword": "You must change your password",
412
- "passwordChange": "Change password",
413
- "emailChange": "Change email",
414
- "avatarChange": "Change avatar",
415
- "underage": "You must be at least {{age}} years old to sign up.",
416
- "optional": "Optional",
417
- "birthDate": "Birth date",
418
- "birthDateHelper": "We ask for your birth date only to enable or disable functionalities that have age restrictions",
419
- "missingData": "Missing informations",
420
- "missingDataHelper": "We know that this is a bit annoying, but we need some more informations to complete your registration.",
421
- "goToAccountToChangeYourPreferences": "You can change your choice at any time from your Account page.",
422
- "deepThoughtExplaination": "Deep Thought is an advanced feature of the AI that will allow you to fully exploit your conversations by keeping track of them. The AI with Deep Thought can give you information tailored to you and the things you will share together. Allow the agent's author to contact you for commercial offers regarding products you have shown interest in.",
423
- "tnCAndPPAcceptedHelper": "Since your last login, T&C and Privacy Policy have changed. Please accept them, otherwise you won't be able to make changes to your Twins. You can always delete your account in your user profile page.",
424
- "privacyLabel": "I have read and accepted the",
425
- "privacyAndCookiePolicy": "Privacy e Cookie Policy",
426
- "and": "and",
427
- "termsOfService": "Terms of Service",
428
- "pAndCUAccepted": "I accept the terms of service about Deep Thought",
429
- "editAccount": "Edit account",
430
- "save": "Save",
431
- "welcomeUser": "Welcome User",
432
- "verified": "Verified",
433
- "premiumUser": "Premium",
434
- "quickActions": "Quick Actions",
435
- "editProfile": "Edit Profile",
436
- "notifications": "Notifications",
437
- "help": "Help",
438
- "logoutConfirm": "Are you sure you want to logout?",
439
- "comingSoon": "Coming soon!",
440
- "accountOverview": "Account Overview",
441
- "notSet": "Not set",
442
- "accepted": "Accepted",
443
- "pending": "Pending",
444
- "termsStatus": "Terms Status",
445
- "enabled": "Enabled",
446
- "disabled": "Disabled",
447
- "advancedFeatures": "Advanced Features",
448
- "successfullyLoggedIn": "{{username}} has successfully logged in"
449
- },
450
- "chatLogs": {
451
- "llm": "LLM",
452
- "model": "Model",
453
- "provider": "Provider",
454
- "tokens": "Tokens",
455
- "input": "Input",
456
- "output": "Output",
457
- "cacheRead": "Cache read",
458
- "cacheWrite": "Cache write",
459
- "duration": "Duration",
460
- "energy": "Energy",
461
- "co2": "CO2",
462
- "water": "Water",
463
- "usageBadgesHint": "Click one of these buttons to show more information",
464
- "totalChatConsumptionTitle": "Total Chat Consumption",
465
- "modelUsage": "Model usage",
466
- "environmentalImpact": "Environmental impact",
467
- "impactComparisonUnavailable": "Indicative comparison unavailable.",
468
- "impactComparisonEnergy": "Indicative comparison: roughly like keeping a 10 W LED bulb on for {{duration}}.",
469
- "impactComparisonCo2": "Indicative comparison: about {{distance}} traveled by an average gasoline car.",
470
- "impactComparisonWater": "Indicative comparison: about {{count}} drops of water.",
471
- "energyImpactDescription": "This value estimates the electrical energy needed to generate the model response. It helps compare prompts, models, and strategies even when a single message has a very small impact.",
472
- "co2ImpactDescription": "CO2 equivalent represents the estimated climate impact of the message. Converting consumption into emissions helps understand AI impact with comparable metrics.",
473
- "waterImpactDescription": "This indicator shows the estimated water footprint associated with processing the message. It includes water indirectly used by the energy and infrastructure supporting computation.",
474
- "approximateValuesTooltip": "These values are approximate.",
475
- "anyMessage": "Any message",
476
- "atLeast": "At least {{count}} messages",
477
- "atLeast2": "At least 2 messages",
478
- "atLeast3": "At least 3 messages",
479
- "atLeast5": "At least 5 messages",
480
- "atLeast10": "At least 10 messages",
481
- "atLeast15": "At least 15 messages",
482
- "atLeast20": "At least 20 messages",
483
- "customMinimumMessages": "Customize the number of messages"
484
- },
485
- "success": "Success",
486
- "Error": "Error",
487
- "internal server error": "Oupsie, sorry... Something went wrong on the server",
488
- "error": "Error",
489
- "error.loading": "Error while loading content.",
490
- "error.generic": "Oupsie, sorry... something went wrong.",
491
- "error.serverNotResponding": "We are doing maintenance or releasing updates. Please try again later.",
492
- "error.notFound": "Oupsie, we didn't find the page you were looking for.",
493
- "error.goBackTo": "You can try to go back to the",
494
- "error.reloadPage": "Reload the page",
495
- "error.tryAgain": "Try again",
496
- "error.unauthorized": "You are unauthorized to view this content.",
497
- "error.unprocessableEntity": "Error while processing the request. Check the data you entered.",
498
- "errors": {
499
- "TENANT_NOT_FOUND": "Tenant not found",
500
- "TENANT_REGISTRATION_DISABLED": "Registration on this platform is disabled",
501
- "TENANT_MISSING_NAME": "Tenant: name missing",
502
- "TENANT_MAX_USERS_REACHED": "Maximum number of users reached",
503
- "TENANT_MAX_ADMINS_REACHED": "Maximum number of admin users reached",
504
- "TENANT_ALREADY_EXISTS": "Tenant already exists",
505
- "TENANT_MISSING_DESCRIPTION": "Tenant: description missing",
506
- "TENANT_CANT_SET_COMPLETION_PROVIDER": "Tenant: can't set completion provider",
507
- "TENANT_INVALID_TYPE": "Tenant: invalid type",
508
-
509
- "USER_NOT_CONFIRMED": "User still not confirmed",
510
- "USER_NOT_FOUND": "User not found",
511
- "USER_OR_PASSWORD_INVALID": "Invalid user or password",
512
- "USER_MUST_CHANGE_PASSWORD": "You must change your password",
513
- "USER_MUST_ENTER_VERIFICATION_CODE": "You must enter the verification code",
514
-
515
- "USER_MISSING_TENANT": "User: missing tenant",
516
- "USER_MISSING_NAME": "User: name is missing",
517
- "USER_MISSING_PASSWORD": "User: password missing",
518
- "USER_MISSING_EMAIL": "User: Missing email",
519
- "USER_MISSING_VERIFICATION_CODE": "User: Missing verification code",
520
- "USER_NAME_ALREADY_USED": "User name already in use",
521
- "USER_PASSWORD_NOT_CONFORMING_TO_POLICY": "The password does not meet the security rules",
522
- "USER_EMAIL_ALREADY_USED": "Email already in use",
523
- "USER_EMAIL_INVALID": "Invalid email",
524
- "USER_VERIFICATION_CODE_INVALID": "Invalid verification code",
525
- "USER_MISSING_NAME_OR_EMAIL": "Missing username or email",
526
- "USER_NAME_INVALID": "Invalid user name",
527
- "USER_HAS_ONE_OR_MORE_MEMORI": "The user has one or more memories",
528
- "USER_MISSING_NEW_PASSWORD": "User: new password missing",
529
- "USER_NOTHING_TO_DO": "Nothing to do",
530
- "USER_CANT_CREATE_MEMORI": "User not allowed to create agents",
531
- "USER_MAX_MEMORI_REACHED": "Maximum number of agents reached",
532
- "USER_TOO_MANY_ATTEMPTS": "Too many attempts",
533
- "USER_MUST_ACCEPT_TNC_AND_PP": "You must accept the terms and conditions",
534
- "USER_BIRTH_DATE_CANT_BE_CHANGED": "Date of birth cannot be changed",
535
- "USER_CANT_SET_COMPLETION_PROVIDER": "User: not allowed to manage completion provider",
536
- "USER_CANT_ENABLE_DEEP_THOUGHT": "User: not enabled to manage Deep Thought",
537
- "USER_CANT_ENABLE_DCM_INTEGRATION": "User: not enabled to manage DCM integration",
538
- "USER_CANT_ENABLE_CHAINING_OR_BOARD_OF_EXPERTS": "User: not allowed to manage chaining or expert group",
539
- "USER_CREATION_BILLING_DENIED_PERMISSION": "You don't have enough credits to create an agent",
540
- "USER_HAS_ONE_OR_MORE_COMPLETION_CONFIGS": "The user has one or more completion configurations",
541
- "USER_CANT_BE_DELETED": "User can't be deleted",
542
- "USER_ORDER_BY_INVALID": "Order by invalid",
543
-
544
- "MEMORI_NOT_FOUND": "Agent not found",
545
- "MEMORI_NOT_ACCESSIBLE": "Agent not accessible",
546
- "MEMORI_ONLY_OWNER_CAN_CHANGE_GIVER_TAG_AND_PIN": "Only owner can change tag or pin",
547
-
548
- "SESSION_NOT_FOUND": "Session not found",
549
- "SESSION_IS_NOT_ADMINISTRATIVE": "Non-administrative session",
550
- "SESSION_EXPIRED": "Session expired",
551
- "SESSION_OTP_NOT_FOUND": "Verification code not found",
552
- "SESSION_OTP_EXPIRED": "Verification code has expired",
553
- "SESSION_MISSING_TEMPORARY_TOKEN": "Verification code is required",
554
-
555
- "MEMORI_MISSING_CONFIGURATION": "Agent: missing configuration",
556
- "MEMORI_CONFIGURATION_NOT_FOUND": "Agent: configuration not found",
557
- "MEMORI_INVALID_PRIVACY_TYPE": "Agent: invalid privacy type",
558
- "MEMORI_MISSING_PASSWORD": "Agent: missing password",
559
- "MEMORI_INVALID_TOTAL_NUMBER_OF_RECOVERY_TOKENS": "Agent: total number of invalid recovery tokens",
560
- "MEMORI_INVALID_MINIMUM_NUMBER_OF_RECOVERY_TOKENS": "Agent: minimum number of invalid recovery tokens",
561
- "MEMORI_INVALID_VOICE_TYPE": "Agent: invalid voice type",
562
- "MEMORI_MISSING_NAME": "Agent: missing name",
563
- "MEMORI_MISSING_PASSWORD_OR_RECOVERY_TOKENS": "Agent: missing password or recovery token",
564
- "MEMORI_INVALID_ID": "Agent: invalid ID",
565
- "MEMORI_NAME_ALREADY_USED": "Agent name already in use",
566
- "MEMORI_INVALID_PIN": "Agent: Invalid PIN",
567
- "MEMORI_GIVER_TAG_PIN_CHANGE_REQUIRES_SEPARATE_OPERATION": "Agent: TAG and PIN change require separate operations",
568
- "MEMORI_NO_PASSWORD_WHEN_PUBLIC": "Agent: no password required when public",
569
- "MEMORI_DEEP_THOUGHT_REQUIRES_COMPLETIONS": "Deep Thought requires completions to be enabled",
570
- "MEMORI_BOARD_OF_EXPERTS_REQUIRES_COMPLETIONS": "The expert group requires completions to be enabled",
571
- "MEMORI_INVALID_COMPLETION_CONFIG": "Agent: invalid completions configuration",
572
- "MEMORI_MACRO_FUNCTIONS_REQUIRES_COMPLETIONS": "Macro functions requires completions to be enabled",
573
- "MEMORI_BLOCKING_DATE_MISSING_OR_WRONG": "Agent: blocking date missing or wrong",
574
- "MEMORI_LIST_FILTER_NOT_SPECIFIED": "Agent: list filter not specified",
575
-
576
- "MEMORI_TRANSFER_MISSING_DESTINATION_USER": "Transfer: missing destination user",
577
- "MEMORI_TRANSFER_INVALID_DESTINATION_USER_ID": "Transfer: invalid destination user ID",
578
- "MEMORI_TRANSFER_DESTINATION_USER_DATA_INCONSISTENT": "Transfer: invalid destination user data",
579
- "MEMORI_TRANSFER_NOTHING_TO_DO": "Transfer: nothing to do",
580
-
581
- "MEMORI_CONFIGURATION_CANT_BE_CHANGED": "Agent: configuration cannot be changed",
582
- "MEMORI_MISSING_NEW_PASSWORD": "Agent: new password missing",
583
-
584
- "MEMORI_FEATURE_REQUIRES_SUBSCRIPTION": "Feature requires subscription",
585
-
586
- "INTEGRATION_NOT_FOUND": "Integration not found",
587
-
588
- "MEMORI_SESSIONS_INVALID_DATE_FROM_FORMAT": "Invalid date from format",
589
- "MEMORI_SESSIONS_INVALID_DATE_TO_FORMAT": "Invalid date to format",
590
- "MEMORI_SESSION_NOT_FOUND": "Session not found",
591
- "MEMORI_SESSION_DOESNT_ACCEPT_MEDIA": "Session doesn't accept media",
592
-
593
- "INTEGRATION_INVALID_TYPE": "Invalid integration type",
594
- "INTEGRATION_ALREADY_EXISTS": "Integration already exists",
595
- "INTEGRATION_MEMORI_IS_NOT_PUBLIC": "Non-public memories cannot be integrated",
596
- "INTEGRATION_MISSING_INVOCATION_TEXT": "Integration: missing invocation text",
597
- "INTEGRATION_MISSING_DEVICE_EMAILS": "Integration: missing device email",
598
- "INTEGRATION_MEMORI_IS_EMPTY": "Empty memories cannot be integrated",
599
- "INTEGRATION_MISSING_PRIVACY_POLICY": "Integration: privacy policy missing",
600
- "INTEGRATION_MISSING_CATEGORY": "Integration category missing",
601
- "INTEGRATION_MISSING_DESCRIPTION": "Missing integration description",
602
- "INTEGRATION_INVALID_INVOCATION_TEXT": "Invalid invocation text",
603
- "INTEGRATION_GOOGLE_NO_MORE_AVAILABLE": "Google Home no more available",
604
-
605
- "UPLOAD_REQUIRES_MULTIPART_ENCODING": "Upload requires multipart encoding",
606
- "UPLOAD_MISSING_CONTENT_TYPE_BOUNDARY": "Upload: missing content type boundary",
607
- "UPLOAD_MAX_LENGTH_EXCEEDED": "Upload: maximum size exceeded",
608
- "UPLOAD_FILE_IS_EMPTY": "Upload: empty file",
609
- "UPLOAD_INVALID_FILE_TYPE_OR_SIGNATURE": "Upload: invalid file type or signature",
610
- "UPLOAD_MISSING_FILE_NAME": "Upload: missing file name",
611
- "UPLOAD_INVALID_MEMORY_ID": "Upload: Invalid content ID",
612
- "UPLOAD_MISSING_FILE_CONTENT": "Upload: Missing file content",
613
-
614
- "ASSET_NOT_FOUND": "Asset not found",
615
- "ASSET_NOT_ACCESSIBLE": "Asset not accessible",
616
- "ASSET_MISSING_SESSION_ID": "Asset: missing session ID",
617
- "ASSET_INVALID_FILE_NAME": "Asset: invalid file name",
618
- "ASSET_MALWARE_SCAN_THREATS_FOUND": "Asset: found malware threats",
619
-
620
- "INVITATION_NOT_FOUND": "Invitation not found",
621
- "INVITATION_NOT_ACCESSIBLE": "Invitation not accessible",
622
- "INVITATION_ALREADY_ACCEPTED": "Invitation already accepted",
623
- "INVITATION_ALREADY_REJECTED": "Invitation already rejected",
624
- "INVITATION_MISSING_DESTINATION_EMAIL": "Invitation: missing destination email",
625
- "INVITATION_DESTINATION_EMAIL_INVALID": "Invitation: destination email invalid",
626
- "INVITATION_MISSING_TAG": "Invitation: missing tag",
627
- "INVITATION_MISSING_PIN": "Invitation: PIN missing",
628
- "INVITATION_INVALID_PIN": "Invitation: invalid PIN",
629
- "INVITATION_INVALID_TYPE": "Invitation: invalid type",
630
- "INVITATION_MISSING_DESTINATION_NAME": "Invitation: destination name missing",
631
- "INVITATION_TAG_PIN_CANT_BE_CHANGED": "Invitation: tag and pin can't be changed",
632
- "INVITATION_CANT_BE_CHANGED": "Intation: can't be changed",
633
-
634
- "ACTIONLOG_INVALID_USER_ID": "Invalid user ID",
635
- "ACTIONLOG_INVALID_DATE_FROM_FORMAT": "Date from: invalid format",
636
- "ACTIONLOG_INVALID_DATE_TO_FORMAT": "Date to: invalid format",
637
- "ACTIONLOG_INVALID_MEMORI_ID": "Invalid Memori ID",
638
-
639
- "CONSUMPTIONLOG_INVALID_TYPE": "Invalid log type",
640
- "CONSUMPTIONLOG_INVALID_DATE_FROM_FORMAT": "Date from: invalid format",
641
- "CONSUMPTIONLOG_INVALID_DATE_TO_FORMAT": "Date to: invalid format",
642
- "CONSUMPTIONLOG_INVALID_USER_ID": "Invalid user ID",
643
- "CONSUMPTIONLOG_INVALID_MEMORI_ID": "Invalid Memori ID",
644
-
645
- "NOTIFICATIONPREFS_INVALID_CHATLOG_EXTRACTION_PERIOD": "Notifications: Invalid chat log extraction period",
646
- "BROADCAST_NOT_ALLOWED": "Broadcast not allowed",
647
- "INVALID_NOTIFICATION_TYPE": "Invalid notification type",
648
- "NOTIFICATION_NOT_FOUND": "Notification not found",
649
- "INVALID_NOTIFICATION_FILTER": "Invalid notification filter",
650
- "INVALID_NOTIFICATION_PERIOD": "Invalid notification period",
651
-
652
- "PROCESS_INVALID_TYPE": "Invalid process type",
653
- "PROCESS_ALREADY_RUNNING": "Process already running",
654
- "PROCESS_NOT_FOUND": "Process not found",
655
-
656
- "IMPORTCSV_MISSING_ROWS": "CSV import: missing rows",
657
- "IMPORTCSV_MISSING_CSV": "CSV Import: Missing CSV",
658
- "IMPORTCSV_MISSING_SEPARATOR": "CSV import: missing separator",
659
- "IMPORTCSV_INVALID_SEPARATOR": "CSV import: invalid separator",
660
- "IMPORTCSV_MISSING_HEADERS": "CSV import: missing headers",
661
- "IMPORTCSV_MISSING_TITLE_VARIANT_SEPARATOR": "CSV import: missing title variant separator",
662
- "IMPORTCSV_INVALID_RECEIVER_ID": "CSV import: invalid receiver ID",
663
- "IMPORTCSV_INVALID_MEDIA_LINK": "CSV import: invalid media link",
664
- "IMPORTCSV_INVALID_LINK_TITLE_HANDLING": "CSV import: invalid link title",
665
- "IMPORTCSV_UNDETECTABLE_CHAR_ENCODING": "CSV import: undetectable character encoding",
666
- "IMPORTCSV_CANT_IMPORT_TO_SECRET_MEMORI": "CSV Import: Cannot import to Secret Memories",
667
-
668
- "IMPORTTXT_MISSING_ROWS": "Importing TXT: missing rows",
669
- "IMPORTTXT_INVALID_GRANULARITY": "Import TXT: invalid granularity",
670
- "IMPORTTXT_INVALID_RECEIVER_ID": "Import TXT: invalid receiver ID",
671
- "IMPORTTXT_INVALID_MEDIA_LINK": "Import TXT: invalid media link",
672
- "IMPORTTXT_INVALID_LINK_TITLE_HANDLING": "Import TXT: invalid link title",
673
- "IMPORTTXT_UNDETECTABLE_CHAR_ENCODING": "TXT import: undetectable character encoding",
674
- "IMPORTTXT_CANT_IMPORT_TO_SECRET_MEMORI": "TXT Import: Cannot import to Secret Memories",
675
- "IMPORTTXT_IMPORT_LIMIT_EXCEEDED": "Import TXT: import limit exceeded",
676
- "IMPORTTXT_IMPORT_ON_GPT4_REQUIRES_API_KEY": "Import TXT: import on GPT-4 requires API key",
677
- "IMPORTTXT_IMPORT_REQUIRES_PAYING": "Import TXT: Import requires a paying plan",
678
- "IMPORTTXT_BILLING_DENIED_PERMISSION": "Import TXT: you don't have enough credits for the operation",
679
- "IMPORT_MISSING_ROWS": "Import: missing rows",
680
- "IMPORT_CANT_IMPORT_TO_SECRET_MEMORI": "Import: can't import to Secret Memories",
681
- "IMPORTMEMORI_INVALID_MEMORI_SPECS": "Import MEMORI: invalid memory specs",
682
- "IMPORT_MISSING_JSONL": "Import: missing JSONL",
683
- "IMPORTMEMORI_INVALID_SPECS": "Import MEMORI: invalid specs",
684
- "EXPORT_MISSING_PASSWORD": "Export: missing password",
685
-
686
- "EXPORTCSV_MISSING_CSV_SPECS": "CSV export: missing CSV specifications",
687
- "EXPORTCSV_MISSING_SEPARATOR": "CSV export: missing separator",
688
- "EXPORTCSV_INVALID_SEPARATOR": "CSV export: invalid separator",
689
- "EXPORTCSV_MISSING_TITLE_VARIANT_SEPARATOR": "CSV export: missing title variant separator",
690
- "EXPORTCSV_MISSING_NEW_LINE_CHAR": "CSV export: missing newline character",
691
- "EXPORTCSV_INVALID_NEW_LINE_CHAR": "CSV export: invalid newline character",
692
- "EXPORTCSV_MISSING_PASSWORD": "CSV export: missing password",
693
-
694
- "EXPORTJSONL_MISSING_JSONL_SPECS": "JSONL export: missing JSONL specifications",
695
- "EXPORTJSONL_MISSING_PLATFORM": "JSONL export: missing platform",
696
- "EXPORTJSONL_INVALID_PLATFORM": "JSONL export: invalid platform",
697
- "EXPORTJSONL_MISSING_PASSWORD": "JSONL export: missing password",
698
- "EXPORTJSONL_EXPORT_REQUIRES_PAYING": "JSONL Export: Export requires a paid plan",
699
-
700
- "ANALYSIS_MISSING_QUERY": "Analysis: missing query",
701
- "ANALYSIS_CANT_ANALYZE_SECRET_MEMORI": "Analysis: Unable to analyze Secret Memories",
702
- "ANALYSIS_USER_QUERY_MATCH_REQUIRES_DEEP_THOUGHT": "Analysis: matching user query requires Deep Thinking",
703
-
704
- "BADGE_ASSIGNMENT_WRONG_OR_MISSING_CREDENTIALS": "Badge assignment: incorrect or missing credentials",
705
- "BADGE_ASSIGNMENT_MISSING_REF_ID": "Badge assignment: ref ID missing",
706
- "BADGE_ASSIGNMENT_OUTCOME_NOT_FOUND": "Badge assignment: result not found",
707
- "BADGE_ASSIGNMENT_MISSING_ASSERTION_URL": "Badge assignment: Missing assertion URL",
708
- "BADGE_ASSIGNMENT_MISSING_BADGE_URL": "Badge Assignment: Missing Badge URL",
709
- "BADGE_ASSIGNMENT_MISSING_ISSUER_URL": "Badge assignment: missing issuer URL",
710
- "BADGE_ASSIGNMENT_INVALID_URL": "Badge assignment: Invalid URL",
711
-
712
- "BADGE_ASSIGNMENT_MISSING_RECIPIENT": "Badge assignment: missing recipient",
713
- "BADGE_ASSIGNMENT_UNKNOWN_RECIPIENT_TYPE": "Badge assignment: unknown recipient type",
714
- "BADGE_ASSIGNMENT_MISSING_RECIPIENT_IDENTITY": "Badge assignment: missing recipient identity",
715
- "BADGE_ASSIGNMENT_MISSING_RECIPIENT_HASH_TYPE": "Badge assignment: missing recipient hash type",
716
- "BADGE_ASSIGNMENT_UNKNOWN_RECIPIENT_HASH_TYPE": "Badge assignment: recipient hash type unknown",
717
- "BADGE_ASSIGNMENT_WRONG_RECIPIENT_IDENTITY": "Badge assignment: incorrect recipient identity",
718
-
719
- "BADGE_NOT_FOUND": "Badge not found",
720
-
721
- "OUTCOME_NO_DCM_CONFIGURED": "Outcome: no DCM configured",
722
- "OUTCOME_USER_BADGES_DISABLED": "Outcome: user badges disabled",
723
-
724
- "COMPLETION_CONFIG_MISSING_NAME": "Completions configuration: missing name",
725
- "COMPLETION_CONFIG_MISSING_PROVIDER": "Completions configuration: missing provider",
726
- "COMPLETION_CONFIG_MISSING_ENDPOINT": "Completions configuration: missing endpoint",
727
- "COMPLETION_CONFIG_MISSING_API_KEY": "Completions configuration: missing API key",
728
- "COMPLETION_CONFIG_MISSING_MODEL": "Completions configuration: missing model",
729
- "COMPLETION_CONFIG_NO_PURPOSE_SPECIFIED": "Completions configuration: at least one completions type must be specified",
730
- "COMPLETION_CONFIG_INVALID_NAME": "Completions configuration: invalid name",
731
- "COMPLETION_CONFIG_INVALID_PURPOSE": "Completions configuration: invalid completions type",
732
- "COMPLETION_CONFIG_INVALID_ENDPOINT": "Completions configuration: invalid endpoint",
733
- "COMPLETION_CONFIG_INCONSISTENT_ENDPOINT": "Completions configuration: inconsistent endpoint",
734
- "COMPLETION_CONFIG_INVALID_PROVIDER": "Completions configuration: invalid provider",
735
- "COMPLETION_CONFIG_NOT_FOUND": "Completions configuration: not found",
736
- "COMPLETION_CONFIG_NOT_ACCESSIBLE": "Completions configuration: not accessible",
737
- "COMPLETION_CONFIG_NAME_RESERVED": "Completions configuration: name reserved",
738
- "COMPLETION_CONFIG_NAME_ALREADY_EXISTS": "Completions configuration: name already exists",
739
- "COMPLETION_CONFIG_VISIBILITY_CHANGE_NOT_ALLOWED": "Completions configuration: visibility change not allowed",
740
- "COMPLETION_CONFIG_MISSING_MANDATORY_PREFIX": "Completions configuration: missing mandatory prefix",
741
- "COMPLETION_CONFIG_VISIBILITY_NOT_PERMITTED": "Completions configuration: visibility not permitted",
742
- "COMPLETION_CONFIG_USE_AS_DEFAULT_NOT_PERMITTED": "Completions configuration: use as default not permitted",
743
- "COMPLETION_CONFIG_USE_AS_DEFAULT_REQUIRES_TENANT_VISIBILITY": "Completions configuration: use as default requires tenant visibility",
744
- "COMPLETION_CONFIG_CHARGEABLE_NOT_PERMITTED": "Completions configuration: chargeable not permitted",
745
- "COMPLETION_CONFIG_INVALID_APPLY_TO": "Completions configuration: apply to invalid",
746
- "COMPLETION_CONFIG_APPLY_TO_TENANT_NOT_ALLOWED": "Completions configuration: apply to tenant not allowed",
747
- "TRUSTED_APPLICATION_NOT_FOUND": "Trusted application not found",
748
- "TRUSTED_APPLICATION_NOT_ACCESSIBLE": "Trusted application not accessible",
749
- "TRUSTED_APPLICATION_NAME_REQUIRED": "Trusted application: name required",
750
- "TRUSTED_APPLICATION_TOKEN_REQUIRED": "Trusted application: token required",
751
- "TRUSTED_APPLICATION_NAME_ALREADY_EXISTS": "Trusted application: name already exists",
752
- "TRUSTED_APPLICATION_INVALID_TOKEN": "Trusted application: invalid token"
753
- }
754
- }