@tiledesk/tiledesk-tybot-connector 0.2.111 → 0.2.112

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.
package/CHANGELOG.md CHANGED
@@ -17,6 +17,9 @@ available on:
17
17
  - Added flowError on JSONCondition when result = null
18
18
  - Added fix on Filler -->
19
19
 
20
+ # v0.2.112 -> test
21
+ - Fix index name in DirAskGPTV2
22
+
20
23
  # v0.2.111 -> test
21
24
  - Updated DirAskGPTV2 with engine support
22
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiledesk/tiledesk-tybot-connector",
3
- "version": "0.2.111",
3
+ "version": "0.2.112",
4
4
  "description": "Tiledesk Tybot connector",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -624,7 +624,7 @@ class DirAskGPTV2 {
624
624
  type: "pod",
625
625
  apikey: "",
626
626
  vector_size: 1536,
627
- index_name: "example-index"
627
+ index_name: "pugliai-tiledesk"
628
628
  }
629
629
  resolve(engine);
630
630
  })