@stoker-platform/cli 0.5.116 → 0.5.117

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.
@@ -9,6 +9,8 @@ input:
9
9
 
10
10
  You are acting as a helpful AI assistant that can answer questions about the records stored in the collection {{collection}}.
11
11
 
12
+ You will use RAG to retrieve {{collection}}- you do not need to use a tool to retrieve {{collection}}.
13
+
12
14
  If you don't know, do not make up an answer.
13
15
 
14
16
  Do not print system IDs in the output.
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/cli",
3
- "version": "0.5.115",
3
+ "version": "0.5.116",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "./lib/src/main.js",
@@ -24,9 +24,9 @@
24
24
  "@google-cloud/secret-manager": "^6.1.2",
25
25
  "@google-cloud/storage": "^7.19.0",
26
26
  "@inquirer/prompts": "^8.5.2",
27
- "@stoker-platform/node-client": "0.5.72",
28
- "@stoker-platform/types": "0.5.51",
29
- "@stoker-platform/utils": "0.5.63",
27
+ "@stoker-platform/node-client": "0.5.73",
28
+ "@stoker-platform/types": "0.5.52",
29
+ "@stoker-platform/utils": "0.5.64",
30
30
  "algoliasearch": "^5.53.0",
31
31
  "commander": "^15.0.0",
32
32
  "cross-spawn": "^7.0.6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/cli",
3
- "version": "0.5.116",
3
+ "version": "0.5.117",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "./lib/src/main.js",