@aigne/example-chat-bot 1.15.41 → 1.15.44

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
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.15.44](https://github.com/AIGNE-io/aigne-framework/compare/example-chat-bot-v1.15.43...example-chat-bot-v1.15.44) (2025-08-20)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/cli bumped to 1.38.0
11
+
12
+ ## [1.15.43](https://github.com/AIGNE-io/aigne-framework/compare/example-chat-bot-v1.15.42...example-chat-bot-v1.15.43) (2025-08-20)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @aigne/cli bumped to 1.37.1
20
+
21
+ ## [1.15.42](https://github.com/AIGNE-io/aigne-framework/compare/example-chat-bot-v1.15.41...example-chat-bot-v1.15.42) (2025-08-18)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @aigne/cli bumped to 1.37.0
29
+
3
30
  ## [1.15.41](https://github.com/AIGNE-io/aigne-framework/compare/example-chat-bot-v1.15.40...example-chat-bot-v1.15.41) (2025-08-16)
4
31
 
5
32
 
package/aigne.yaml CHANGED
@@ -1,7 +1,5 @@
1
1
  #!/usr/bin/env aigne
2
2
 
3
- chat_model:
4
- name: gpt-4o-mini
5
- temperature: 0.8
3
+ chat_model: aignehub:openai/gpt-4o-mini
6
4
  agents:
7
5
  - agents/chat.yaml
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/example-chat-bot",
3
- "version": "1.15.41",
3
+ "version": "1.15.44",
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",
@@ -12,7 +12,7 @@
12
12
  "type": "module",
13
13
  "bin": "aigne.yaml",
14
14
  "dependencies": {
15
- "@aigne/cli": "^1.36.4"
15
+ "@aigne/cli": "^1.38.0"
16
16
  },
17
17
  "scripts": {
18
18
  "test": "aigne test",