@ai.ntellect/core 0.1.90 → 0.1.91
Sign up to get free protection for your applications and to get access to all the features.
- package/llm/synthesizer/context.ts +16 -14
- package/package.json +1 -1
@@ -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
|
-
|
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
|
};
|