Skip to content

Commit b526c8e

Browse files
chore(llmz): improve system prompt & snapshot (botpress#14651)
Co-authored-by: Sylvain Perron <1315508+slvnperron@users.noreply.github.com>
1 parent 80198b8 commit b526c8e

22 files changed

Lines changed: 617 additions & 516 deletions

packages/cognitive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@botpress/cli": "workspace:*",
3636
"@botpress/client": "workspace:*",
3737
"@botpress/common": "workspace:*",
38-
"@bpinternal/zui": "1.2.1",
38+
"@bpinternal/zui": "1.2.3",
3939
"@size-limit/file": "^11.1.6",
4040
"@types/axios": "^0.14.4",
4141
"@types/debug": "^4.1.12",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A Botpress Bot ID that belongs to you.
22
# Can be any bot, as long as it has 'openai' integration and 'browser' integration installed
3-
BOTPRESS_BOT_ID=your_bot_id
3+
CLOUD_BOT_ID=your_bot_id
44

55
# Your Personal Access Token for Botpress, you can create one from the Botpress dashboard
6-
BOTPRESS_TOKEN=pat_....
6+
CLOUD_TOKEN=pat_....

packages/llmz/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@botpress/client": "workspace:^",
1515
"@botpress/zai": "^2.0.8",
16-
"@bpinternal/zui": "1.2.1",
16+
"@bpinternal/zui": "1.2.3",
1717
"chalk": "^4.1.2",
1818
"llmz": "link:..",
1919
"lodash": "^4.17.21",

packages/llmz/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "llmz",
33
"type": "module",
44
"description": "LLMz – An LLM-native Typescript VM built on top of Zui",
5-
"version": "0.0.33",
5+
"version": "0.0.34",
66
"types": "./dist/index.d.ts",
77
"main": "./dist/index.cjs",
88
"module": "./dist/index.js",
@@ -74,7 +74,7 @@
7474
"@botpress/client": "1.27.2",
7575
"@botpress/cognitive": "0.3.1",
7676
"@bpinternal/thicktoken": "^1.0.5",
77-
"@bpinternal/zui": "1.2.1"
77+
"@bpinternal/zui": "1.2.3"
7878
},
7979
"dependenciesMeta": {
8080
"@bpinternal/zui": {

packages/llmz/src/__tests__/cache.jsonl

Lines changed: 64 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)