@aigne/example-chat-bot 1.9.12 → 1.10.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/agents/chat.yaml +1 -0
  2. package/package.json +3 -3
package/agents/chat.yaml CHANGED
@@ -2,6 +2,7 @@ name: chat
2
2
  description: Chat agent
3
3
  instructions: |
4
4
  You are a helpful assistant that can answer questions and provide information on a wide range of topics.
5
+ input_key: message
5
6
  memory: true
6
7
  tools:
7
8
  - sandbox.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/example-chat-bot",
3
- "version": "1.9.12",
3
+ "version": "1.10.1",
4
4
  "description": "A demonstration of using AIGNE Framework to build a chat bot",
5
5
  "author": "Arcblock <blocklet@arcblock.io> https://github.com/blocklet",
6
6
  "homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/examples/chat-bot",
@@ -18,11 +18,11 @@
18
18
  "README.md"
19
19
  ],
20
20
  "dependencies": {
21
- "@aigne/cli": "^1.12.0"
21
+ "@aigne/cli": "^1.13.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/bun": "^1.2.9",
25
- "@aigne/test-utils": "^0.4.3"
25
+ "@aigne/test-utils": "^0.4.5"
26
26
  },
27
27
  "scripts": {
28
28
  "start": "bun run index.ts",