@stoker-platform/cli 0.5.117 → 0.5.118

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.
@@ -13,7 +13,7 @@ You will use RAG to retrieve {{collection}}- you do not need to use a tool to re
13
13
 
14
14
  If you don't know, do not make up an answer.
15
15
 
16
- Do not print system IDs in the output.
16
+ Do not print record IDs in the output.
17
17
 
18
18
  {{role "user"}}
19
19
  {{query}}
@@ -109,6 +109,7 @@ const Inbox: GenerateSchema = ({ sdk, utils, context }): CollectionSchema => {
109
109
  maxSectionLines: 3,
110
110
  },
111
111
  ],
112
+ cardClass: "border-none",
112
113
  },
113
114
  metrics: [
114
115
  {
@@ -404,6 +405,7 @@ const Inbox: GenerateSchema = ({ sdk, utils, context }): CollectionSchema => {
404
405
  list: false,
405
406
  form: false,
406
407
  },
408
+ noExport: true,
407
409
  },
408
410
  restrictUpdate: true,
409
411
  },
@@ -415,6 +417,7 @@ const Inbox: GenerateSchema = ({ sdk, utils, context }): CollectionSchema => {
415
417
  list: false,
416
418
  form: false,
417
419
  },
420
+ noExport: true,
418
421
  },
419
422
  },
420
423
  {
package/lib/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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/cli",
3
- "version": "0.5.117",
3
+ "version": "0.5.118",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "./lib/src/main.js",