@iblai/iblai-js 1.27.0 → 1.27.1

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.
@@ -63516,18 +63516,10 @@ var settingsTabLabels$3 = {
63516
63516
  label: "Featured",
63517
63517
  tooltip: "Feature this agent to highlight it in listings."
63518
63518
  },
63519
- ltiAccessible: {
63520
- label: "LTI Accessible",
63521
- tooltip: "Allows this agent to be accessible via LTI launches. Unselecting this will immediately remove access for any users users that have launched this via LTI."
63522
- },
63523
63519
  showAttachment: {
63524
63520
  label: "Show Attachment",
63525
63521
  tooltip: "Show Attachment Options in Chat Interface"
63526
63522
  },
63527
- showVoiceCall: {
63528
- label: "Show Voice Call",
63529
- tooltip: "Show Voice Call Options in Chat Interface"
63530
- },
63531
63523
  showVoiceRecord: {
63532
63524
  label: "Show Voice Record",
63533
63525
  tooltip: "Show Voice Recording Options in Chat Interface"
@@ -63545,6 +63537,22 @@ var settingsTabLabels$3 = {
63545
63537
  altText: "Agent",
63546
63538
  uploadHint: "+ Upload",
63547
63539
  removeAriaLabel: "Remove image"
63540
+ },
63541
+ enhancedDocRetrieval: {
63542
+ label: "Enhanced document retrieval",
63543
+ tooltip: "Run multiple search queries per question to pull in more relevant documents."
63544
+ },
63545
+ promptCaching: {
63546
+ label: "Prompt caching",
63547
+ tooltip: "Cache repeated prompt context to lower latency and cost on long conversations."
63548
+ },
63549
+ privateMode: {
63550
+ label: "Enable private mode",
63551
+ tooltip: "When on, every conversation with this agent runs in private mode — no chat history or memory is stored for any user. Use this for sensitive or compliance-bound deployments."
63552
+ },
63553
+ smartDocRetrieval: {
63554
+ label: "Smart document retrieval",
63555
+ tooltip: "Use function calling during voice calls to fetch documents only when needed."
63548
63556
  }
63549
63557
  },
63550
63558
  actions: {
@@ -63555,7 +63563,8 @@ var settingsTabLabels$3 = {
63555
63563
  },
63556
63564
  toasts: {
63557
63565
  saveSuccess: "Agent updated successfully",
63558
- saveError: "Failed to update agent"
63566
+ saveError: "Failed to update agent",
63567
+ voiceCallError: "Agent saved, but voice-call settings could not be updated"
63559
63568
  },
63560
63569
  deleteModal: {
63561
63570
  title: "Delete Agent",
@@ -63583,6 +63592,16 @@ var settingsTabLabels$3 = {
63583
63592
  successToast: "Agent copied successfully. Switching to new agent",
63584
63593
  errorToast: "Failed to copy agent",
63585
63594
  missingContextToast: "Unable to copy agent. Missing context."
63595
+ },
63596
+ subTabs: {
63597
+ basic: "Basic",
63598
+ discovery: "Discovery",
63599
+ capabilities: "Capabilities"
63600
+ },
63601
+ sections: {
63602
+ chatExperience: "Chat experience",
63603
+ voiceCalls: "Voice & calls",
63604
+ advanced: "Advanced"
63586
63605
  }
63587
63606
  };
63588
63607
  var skillsProfileAddSkillDialog$3 = {
@@ -64140,21 +64159,18 @@ var tabsSettingsTab$3 = {
64140
64159
  whoCanViewTooltipAriaLabel: "More info about chat access",
64141
64160
  whoCanChatTooltipAriaLabel: "More info about chat access",
64142
64161
  featuredTooltipAriaLabel: "More info about featured",
64143
- ltiAccessibleTooltipAriaLabel: "More info about lti accessibility",
64144
64162
  showAttachmentTooltipAriaLabel: "More info about show attachment",
64145
- showVoiceCallTooltipAriaLabel: "More info about show voice call",
64146
64163
  showVoiceRecordTooltipAriaLabel: "More info about show voice record",
64147
64164
  allowCopiesTooltipAriaLabel: "More info about allow copies",
64148
64165
  showReasoningTooltipAriaLabel: "More info about verbose reasoning",
64149
- featuredToggleAriaLabel: "Featured {state}",
64150
- ltiAccessibleToggleAriaLabel: "Is lti accessible {state}",
64151
- showAttachmentToggleAriaLabel: "Show attachment {state}",
64152
- showVoiceCallToggleAriaLabel: "Show voice call {state}",
64153
- showVoiceRecordToggleAriaLabel: "Show voice record {state}",
64154
- allowCopiesToggleAriaLabel: "Allow copies {state}",
64155
- showReasoningToggleAriaLabel: "Verbose reasoning {state}",
64156
64166
  toggleStateEnabled: "enabled",
64157
- toggleStateDisabled: "disabled"
64167
+ toggleStateDisabled: "disabled",
64168
+ settingsSubCategoriesAriaLabel: "Settings sub-categories",
64169
+ enhancedDocRetrievalTooltipAriaLabel: "More info about enhanced document retrieval",
64170
+ promptCachingTooltipAriaLabel: "More info about prompt caching",
64171
+ privateModeTooltipAriaLabel: "More info about enable private mode",
64172
+ smartDocRetrievalTooltipAriaLabel: "More info about smart document retrieval",
64173
+ toggleAriaLabel: "{label} {state}"
64158
64174
  };
64159
64175
  var tabsTeamsaccesspanel$3 = {
64160
64176
  permissionRead: "Read",
@@ -69199,18 +69215,10 @@ var settingsTabLabels$2 = {
69199
69215
  label: "En vedette",
69200
69216
  tooltip: "Mettez cet agent en avant pour le mettre en valeur dans les listes."
69201
69217
  },
69202
- ltiAccessible: {
69203
- label: "Accessible via LTI",
69204
- tooltip: "Permet à cet agent d'être accessible via les lancements LTI. La désélection supprimera immédiatement l'accès pour tous les utilisateurs qui ont lancé cet agent via LTI."
69205
- },
69206
69218
  showAttachment: {
69207
69219
  label: "Afficher les pièces jointes",
69208
69220
  tooltip: "Afficher les options de pièces jointes dans l'interface de chat"
69209
69221
  },
69210
- showVoiceCall: {
69211
- label: "Afficher l'appel vocal",
69212
- tooltip: "Afficher les options d'appel vocal dans l'interface de chat"
69213
- },
69214
69222
  showVoiceRecord: {
69215
69223
  label: "Afficher l'enregistrement vocal",
69216
69224
  tooltip: "Afficher les options d'enregistrement vocal dans l'interface de chat"
@@ -69228,6 +69236,22 @@ var settingsTabLabels$2 = {
69228
69236
  altText: "Agent",
69229
69237
  uploadHint: "+ Téléverser",
69230
69238
  removeAriaLabel: "Supprimer l'image"
69239
+ },
69240
+ enhancedDocRetrieval: {
69241
+ label: "Enhanced document retrieval",
69242
+ tooltip: "Run multiple search queries per question to pull in more relevant documents."
69243
+ },
69244
+ promptCaching: {
69245
+ label: "Prompt caching",
69246
+ tooltip: "Cache repeated prompt context to lower latency and cost on long conversations."
69247
+ },
69248
+ privateMode: {
69249
+ label: "Enable private mode",
69250
+ tooltip: "When on, every conversation with this agent runs in private mode — no chat history or memory is stored for any user. Use this for sensitive or compliance-bound deployments."
69251
+ },
69252
+ smartDocRetrieval: {
69253
+ label: "Smart document retrieval",
69254
+ tooltip: "Use function calling during voice calls to fetch documents only when needed."
69231
69255
  }
69232
69256
  },
69233
69257
  actions: {
@@ -69238,7 +69262,8 @@ var settingsTabLabels$2 = {
69238
69262
  },
69239
69263
  toasts: {
69240
69264
  saveSuccess: "Agent mis à jour avec succès",
69241
- saveError: "Échec de la mise à jour de l'agent"
69265
+ saveError: "Échec de la mise à jour de l'agent",
69266
+ voiceCallError: "Agent saved, but voice-call settings could not be updated"
69242
69267
  },
69243
69268
  deleteModal: {
69244
69269
  title: "Supprimer l'agent",
@@ -69266,6 +69291,16 @@ var settingsTabLabels$2 = {
69266
69291
  successToast: "Agent copié avec succès. Basculement vers le nouvel agent",
69267
69292
  errorToast: "Échec de la copie de l'agent",
69268
69293
  missingContextToast: "Impossible de copier l'agent. Contexte manquant."
69294
+ },
69295
+ subTabs: {
69296
+ basic: "Basic",
69297
+ discovery: "Discovery",
69298
+ capabilities: "Capabilities"
69299
+ },
69300
+ sections: {
69301
+ chatExperience: "Chat experience",
69302
+ voiceCalls: "Voice & calls",
69303
+ advanced: "Advanced"
69269
69304
  }
69270
69305
  };
69271
69306
  var skillsProfileAddSkillDialog$2 = {
@@ -69823,21 +69858,18 @@ var tabsSettingsTab$2 = {
69823
69858
  whoCanViewTooltipAriaLabel: "Plus d'informations sur l'accès à la consultation",
69824
69859
  whoCanChatTooltipAriaLabel: "Plus d'informations sur l'accès au chat",
69825
69860
  featuredTooltipAriaLabel: "Plus d'informations sur la mise en avant",
69826
- ltiAccessibleTooltipAriaLabel: "Plus d'informations sur l'accessibilité LTI",
69827
69861
  showAttachmentTooltipAriaLabel: "Plus d'informations sur l'affichage des pièces jointes",
69828
- showVoiceCallTooltipAriaLabel: "Plus d'informations sur l'affichage des appels vocaux",
69829
69862
  showVoiceRecordTooltipAriaLabel: "Plus d'informations sur l'affichage de l'enregistrement vocal",
69830
69863
  allowCopiesTooltipAriaLabel: "Plus d'informations sur l'autorisation des copies",
69831
69864
  showReasoningTooltipAriaLabel: "Plus d'informations sur le raisonnement détaillé",
69832
- featuredToggleAriaLabel: "Mis en avant {state}",
69833
- ltiAccessibleToggleAriaLabel: "Accessible via LTI {state}",
69834
- showAttachmentToggleAriaLabel: "Affichage des pièces jointes {state}",
69835
- showVoiceCallToggleAriaLabel: "Affichage des appels vocaux {state}",
69836
- showVoiceRecordToggleAriaLabel: "Affichage de l'enregistrement vocal {state}",
69837
- allowCopiesToggleAriaLabel: "Autoriser les copies {state}",
69838
- showReasoningToggleAriaLabel: "Raisonnement détaillé {state}",
69839
69865
  toggleStateEnabled: "activé",
69840
- toggleStateDisabled: "désactivé"
69866
+ toggleStateDisabled: "désactivé",
69867
+ settingsSubCategoriesAriaLabel: "Settings sub-categories",
69868
+ enhancedDocRetrievalTooltipAriaLabel: "More info about enhanced document retrieval",
69869
+ promptCachingTooltipAriaLabel: "More info about prompt caching",
69870
+ privateModeTooltipAriaLabel: "More info about enable private mode",
69871
+ smartDocRetrievalTooltipAriaLabel: "More info about smart document retrieval",
69872
+ toggleAriaLabel: "{label} {state}"
69841
69873
  };
69842
69874
  var tabsTeamsaccesspanel$2 = {
69843
69875
  permissionRead: "Lire",
@@ -74882,18 +74914,10 @@ var settingsTabLabels$1 = {
74882
74914
  label: "Destacado",
74883
74915
  tooltip: "Destaque este agente para resaltarlo en los listados."
74884
74916
  },
74885
- ltiAccessible: {
74886
- label: "Accesible vía LTI",
74887
- tooltip: "Permite que este agente sea accesible mediante lanzamientos LTI. Al deseleccionar, se eliminará inmediatamente el acceso para todos los usuarios que lo hayan lanzado a través de LTI."
74888
- },
74889
74917
  showAttachment: {
74890
74918
  label: "Mostrar archivos adjuntos",
74891
74919
  tooltip: "Mostrar opciones de archivos adjuntos en la interfaz de chat"
74892
74920
  },
74893
- showVoiceCall: {
74894
- label: "Mostrar llamada de voz",
74895
- tooltip: "Mostrar opciones de llamada de voz en la interfaz de chat"
74896
- },
74897
74921
  showVoiceRecord: {
74898
74922
  label: "Mostrar grabación de voz",
74899
74923
  tooltip: "Mostrar opciones de grabación de voz en la interfaz de chat"
@@ -74911,6 +74935,22 @@ var settingsTabLabels$1 = {
74911
74935
  altText: "Agente",
74912
74936
  uploadHint: "+ Subir",
74913
74937
  removeAriaLabel: "Eliminar imagen"
74938
+ },
74939
+ enhancedDocRetrieval: {
74940
+ label: "Enhanced document retrieval",
74941
+ tooltip: "Run multiple search queries per question to pull in more relevant documents."
74942
+ },
74943
+ promptCaching: {
74944
+ label: "Prompt caching",
74945
+ tooltip: "Cache repeated prompt context to lower latency and cost on long conversations."
74946
+ },
74947
+ privateMode: {
74948
+ label: "Enable private mode",
74949
+ tooltip: "When on, every conversation with this agent runs in private mode — no chat history or memory is stored for any user. Use this for sensitive or compliance-bound deployments."
74950
+ },
74951
+ smartDocRetrieval: {
74952
+ label: "Smart document retrieval",
74953
+ tooltip: "Use function calling during voice calls to fetch documents only when needed."
74914
74954
  }
74915
74955
  },
74916
74956
  actions: {
@@ -74921,7 +74961,8 @@ var settingsTabLabels$1 = {
74921
74961
  },
74922
74962
  toasts: {
74923
74963
  saveSuccess: "Agente actualizado correctamente",
74924
- saveError: "Error al actualizar el agente"
74964
+ saveError: "Error al actualizar el agente",
74965
+ voiceCallError: "Agent saved, but voice-call settings could not be updated"
74925
74966
  },
74926
74967
  deleteModal: {
74927
74968
  title: "Eliminar agente",
@@ -74949,6 +74990,16 @@ var settingsTabLabels$1 = {
74949
74990
  successToast: "Agente copiado correctamente. Cambiando al nuevo agente",
74950
74991
  errorToast: "Error al copiar el agente",
74951
74992
  missingContextToast: "No se puede copiar el agente. Falta contexto."
74993
+ },
74994
+ subTabs: {
74995
+ basic: "Basic",
74996
+ discovery: "Discovery",
74997
+ capabilities: "Capabilities"
74998
+ },
74999
+ sections: {
75000
+ chatExperience: "Chat experience",
75001
+ voiceCalls: "Voice & calls",
75002
+ advanced: "Advanced"
74952
75003
  }
74953
75004
  };
74954
75005
  var skillsProfileAddSkillDialog$1 = {
@@ -75506,21 +75557,18 @@ var tabsSettingsTab$1 = {
75506
75557
  whoCanViewTooltipAriaLabel: "Más información sobre el acceso de visualización",
75507
75558
  whoCanChatTooltipAriaLabel: "Más información sobre el acceso al chat",
75508
75559
  featuredTooltipAriaLabel: "Más información sobre destacado",
75509
- ltiAccessibleTooltipAriaLabel: "Más información sobre la accesibilidad LTI",
75510
75560
  showAttachmentTooltipAriaLabel: "Más información sobre mostrar adjuntos",
75511
- showVoiceCallTooltipAriaLabel: "Más información sobre mostrar llamadas de voz",
75512
75561
  showVoiceRecordTooltipAriaLabel: "Más información sobre mostrar grabación de voz",
75513
75562
  allowCopiesTooltipAriaLabel: "Más información sobre permitir copias",
75514
75563
  showReasoningTooltipAriaLabel: "Más información sobre el razonamiento detallado",
75515
- featuredToggleAriaLabel: "Destacado {state}",
75516
- ltiAccessibleToggleAriaLabel: "Accesible vía LTI {state}",
75517
- showAttachmentToggleAriaLabel: "Mostrar adjuntos {state}",
75518
- showVoiceCallToggleAriaLabel: "Mostrar llamadas de voz {state}",
75519
- showVoiceRecordToggleAriaLabel: "Mostrar grabación de voz {state}",
75520
- allowCopiesToggleAriaLabel: "Permitir copias {state}",
75521
- showReasoningToggleAriaLabel: "Razonamiento detallado {state}",
75522
75564
  toggleStateEnabled: "activado",
75523
- toggleStateDisabled: "desactivado"
75565
+ toggleStateDisabled: "desactivado",
75566
+ settingsSubCategoriesAriaLabel: "Settings sub-categories",
75567
+ enhancedDocRetrievalTooltipAriaLabel: "More info about enhanced document retrieval",
75568
+ promptCachingTooltipAriaLabel: "More info about prompt caching",
75569
+ privateModeTooltipAriaLabel: "More info about enable private mode",
75570
+ smartDocRetrievalTooltipAriaLabel: "More info about smart document retrieval",
75571
+ toggleAriaLabel: "{label} {state}"
75524
75572
  };
75525
75573
  var tabsTeamsaccesspanel$1 = {
75526
75574
  permissionRead: "Leer",
@@ -80565,18 +80613,10 @@ var settingsTabLabels = {
80565
80613
  label: "推荐",
80566
80614
  tooltip: "将此智能体设为推荐,使其在列表中突出显示。"
80567
80615
  },
80568
- ltiAccessible: {
80569
- label: "支持 LTI 访问",
80570
- tooltip: "允许通过 LTI 启动访问此智能体。取消选择后,所有通过 LTI 启动此智能体的用户将立即失去访问权限。"
80571
- },
80572
80616
  showAttachment: {
80573
80617
  label: "显示附件",
80574
80618
  tooltip: "在聊天界面中显示附件选项"
80575
80619
  },
80576
- showVoiceCall: {
80577
- label: "显示语音通话",
80578
- tooltip: "在聊天界面中显示语音通话选项"
80579
- },
80580
80620
  showVoiceRecord: {
80581
80621
  label: "显示语音录制",
80582
80622
  tooltip: "在聊天界面中显示语音录制选项"
@@ -80594,6 +80634,22 @@ var settingsTabLabels = {
80594
80634
  altText: "智能体",
80595
80635
  uploadHint: "+ 上传",
80596
80636
  removeAriaLabel: "移除图片"
80637
+ },
80638
+ enhancedDocRetrieval: {
80639
+ label: "Enhanced document retrieval",
80640
+ tooltip: "Run multiple search queries per question to pull in more relevant documents."
80641
+ },
80642
+ promptCaching: {
80643
+ label: "Prompt caching",
80644
+ tooltip: "Cache repeated prompt context to lower latency and cost on long conversations."
80645
+ },
80646
+ privateMode: {
80647
+ label: "Enable private mode",
80648
+ tooltip: "When on, every conversation with this agent runs in private mode — no chat history or memory is stored for any user. Use this for sensitive or compliance-bound deployments."
80649
+ },
80650
+ smartDocRetrieval: {
80651
+ label: "Smart document retrieval",
80652
+ tooltip: "Use function calling during voice calls to fetch documents only when needed."
80597
80653
  }
80598
80654
  },
80599
80655
  actions: {
@@ -80604,7 +80660,8 @@ var settingsTabLabels = {
80604
80660
  },
80605
80661
  toasts: {
80606
80662
  saveSuccess: "智能体已成功更新",
80607
- saveError: "更新智能体失败"
80663
+ saveError: "更新智能体失败",
80664
+ voiceCallError: "Agent saved, but voice-call settings could not be updated"
80608
80665
  },
80609
80666
  deleteModal: {
80610
80667
  title: "删除智能体",
@@ -80632,6 +80689,16 @@ var settingsTabLabels = {
80632
80689
  successToast: "智能体已成功复制。正在切换到新智能体",
80633
80690
  errorToast: "复制智能体失败",
80634
80691
  missingContextToast: "无法复制智能体。缺少上下文。"
80692
+ },
80693
+ subTabs: {
80694
+ basic: "Basic",
80695
+ discovery: "Discovery",
80696
+ capabilities: "Capabilities"
80697
+ },
80698
+ sections: {
80699
+ chatExperience: "Chat experience",
80700
+ voiceCalls: "Voice & calls",
80701
+ advanced: "Advanced"
80635
80702
  }
80636
80703
  };
80637
80704
  var skillsProfileAddSkillDialog = {
@@ -81189,21 +81256,18 @@ var tabsSettingsTab = {
81189
81256
  whoCanViewTooltipAriaLabel: "关于查看访问权限的更多信息",
81190
81257
  whoCanChatTooltipAriaLabel: "关于聊天访问权限的更多信息",
81191
81258
  featuredTooltipAriaLabel: "关于精选的更多信息",
81192
- ltiAccessibleTooltipAriaLabel: "关于 LTI 可访问性的更多信息",
81193
81259
  showAttachmentTooltipAriaLabel: "关于显示附件的更多信息",
81194
- showVoiceCallTooltipAriaLabel: "关于显示语音通话的更多信息",
81195
81260
  showVoiceRecordTooltipAriaLabel: "关于显示语音录制的更多信息",
81196
81261
  allowCopiesTooltipAriaLabel: "关于允许复制的更多信息",
81197
81262
  showReasoningTooltipAriaLabel: "关于详细推理的更多信息",
81198
- featuredToggleAriaLabel: "精选 {state}",
81199
- ltiAccessibleToggleAriaLabel: "LTI 可访问 {state}",
81200
- showAttachmentToggleAriaLabel: "显示附件 {state}",
81201
- showVoiceCallToggleAriaLabel: "显示语音通话 {state}",
81202
- showVoiceRecordToggleAriaLabel: "显示语音录制 {state}",
81203
- allowCopiesToggleAriaLabel: "允许复制 {state}",
81204
- showReasoningToggleAriaLabel: "详细推理 {state}",
81205
81263
  toggleStateEnabled: "已启用",
81206
- toggleStateDisabled: "已禁用"
81264
+ toggleStateDisabled: "已禁用",
81265
+ settingsSubCategoriesAriaLabel: "Settings sub-categories",
81266
+ enhancedDocRetrievalTooltipAriaLabel: "More info about enhanced document retrieval",
81267
+ promptCachingTooltipAriaLabel: "More info about prompt caching",
81268
+ privateModeTooltipAriaLabel: "More info about enable private mode",
81269
+ smartDocRetrievalTooltipAriaLabel: "More info about smart document retrieval",
81270
+ toggleAriaLabel: "{label} {state}"
81207
81271
  };
81208
81272
  var tabsTeamsaccesspanel = {
81209
81273
  permissionRead: "读取",