@ai.ntellect/core 0.1.5 → 0.1.6

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.
@@ -9,7 +9,7 @@ exports.orchestratorContext = {
9
9
  "If there is no action to do, you must answer in the 'answer' field.",
10
10
  "If some parameters are not clear or missing, YOU MUST ask the user for them.",
11
11
  "ALWAYS use the same language as user request. (If it's English, use English, if it's French, use French, etc.)",
12
- "Before executing multiple actions, you must search the memory for similar queries.",
12
+ "For QUESTIONS or ANALYSIS, BEFORE executing ANY actions, you MUST search in memory for similar queries AS THE ONLY ACTION TO EXECUTE.",
13
13
  ],
14
14
  warnings: ["NEVER repeat same actions if the user doesn't ask for it."],
15
15
  },
@@ -8,7 +8,7 @@ export const orchestratorContext = {
8
8
  "If there is no action to do, you must answer in the 'answer' field.",
9
9
  "If some parameters are not clear or missing, YOU MUST ask the user for them.",
10
10
  "ALWAYS use the same language as user request. (If it's English, use English, if it's French, use French, etc.)",
11
- "Before executing multiple actions, you must search the memory for similar queries.",
11
+ "For QUESTIONS or ANALYSIS, BEFORE executing ANY actions, you MUST search in memory for similar queries AS THE ONLY ACTION TO EXECUTE.",
12
12
  ],
13
13
  warnings: ["NEVER repeat same actions if the user doesn't ask for it."],
14
14
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai.ntellect/core",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {