@unisphere/genie-types 1.19.0 → 1.19.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.
Files changed (2) hide show
  1. package/index.esm.js +1 -3
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -1085,9 +1085,7 @@ const getChatDefaultCapabilities = context => {
1085
1085
  use_knowledge_base: 'off',
1086
1086
  use_content_search: 'off',
1087
1087
  use_get_entry_content: 'off',
1088
- generate_followup_questions: 'off',
1089
- include_sources: 'off',
1090
- use_related_files: 'off'
1088
+ include_sources: 'off'
1091
1089
  });
1092
1090
  }
1093
1091
  return CHAT_DEFAULT_CAPABILITIES;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/genie-types",
3
- "version": "1.19.0",
3
+ "version": "1.19.1",
4
4
  "author": "kaltura",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {