@ai.ntellect/core 0.1.90 → 0.1.91

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.
@@ -32,7 +32,21 @@ export const synthesizerContext = {
32
32
  Initial prompt: ${initialPrompt} (Speak in the same language as the initial prompt)
33
33
  Results: ${summaryData}
34
34
 
35
- 1. FOR BASIC ANALYSIS OF COINS/TOKENS, USE THE FOLLOWING FORMAT:
35
+
36
+ 1. FOR SECURITY ANALYSIS ONLY, USE THE FOLLOWING FORMAT:
37
+ --------------------------------
38
+ ## Security analysis of x/y:
39
+
40
+ ### Good:
41
+ Speak about the good points of the security check. If there is no good point, say "No good point found"
42
+
43
+ ### Bad:
44
+ Speak about the bad points of the security check. If there is no bad point, say "No bad point found"
45
+
46
+ STOP AFTER SECURITY CHECK SECTION WITHOUT ANY CONCLUDING STATEMENT OR DISCLAIMER OR ADDITIONAL COMMENTS
47
+ --------------------------------
48
+
49
+ 2. OTHERWISE FOR GENERAL ANALYSIS OF COINS/TOKENS, USE THE FOLLOWING FORMAT:
36
50
  --------------------------------
37
51
  ## Analysis of x/y:
38
52
 
@@ -47,20 +61,8 @@ export const synthesizerContext = {
47
61
  STOP AFTER TECHNICAL ANALYSIS SECTION WITHOUT ANY CONCLUDING STATEMENT OR DISCLAIMER OR ADDITIONAL COMMENTS
48
62
  --------------------------------
49
63
 
50
- 2. FOR SECURITY ANALYSIS, USE THE FOLLOWING FORMAT:
51
- --------------------------------
52
- ## Security analysis of x/y:
53
-
54
- ### Good:
55
- Speak about the good points of the security check. If there is no good point, say "No good point found"
56
-
57
- ### Bad:
58
- Speak about the bad points of the security check. If there is no bad point, say "No bad point found"
59
-
60
- STOP AFTER SECURITY CHECK SECTION WITHOUT ANY CONCLUDING STATEMENT OR DISCLAIMER OR ADDITIONAL COMMENTS
61
- --------------------------------
62
-
63
64
  3. OTHERWISE FOR OTHER REQUESTS, USE THE FORMAT YOU WANT.
65
+ --------------------------------
64
66
  `;
65
67
  },
66
68
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai.ntellect/core",
3
- "version": "0.1.90",
3
+ "version": "0.1.91",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {