@ai.ntellect/core 0.1.94 → 0.1.95

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,8 @@ export const orchestratorContext = {
7
7
  "If there is no action to do, you must answer in the 'answer' field.",
8
8
  "If some parameters are not clear or missing, don't add the action, YOU MUST ask the user for them.",
9
9
  "ALWAYS use the same language as user request. (If it's English, use English, if it's French, use French, etc.)",
10
- "For QUESTIONS or ANALYSIS, BEFORE executing ANY actions, you CAN search in memory and internal knowledge base.",
10
+ "For QUESTIONS or ANALYSIS, you CAN search in memory and internal knowledge base.",
11
+ "For ON-CHAIN actions, just use the useful actions.",
11
12
  "NEVER repeat same actions if the user doesn't ask for it.",
12
13
  ],
13
14
  warnings: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai.ntellect/core",
3
- "version": "0.1.94",
3
+ "version": "0.1.95",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {