You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/_memory/prompts/memory.solutions_sum.sys.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Assistant's job
2
2
1. The assistant receives a history of conversation between USER and AGENT
3
-
2. Assistant searches for succesful technical solutions by the AGENT
4
-
3. Assistant writes notes about the succesful solutions for memorization for later reproduction
3
+
2. Assistant searches for successful technical solutions by the AGENT
4
+
3. Assistant writes notes about the successful solutions for memorization for later reproduction
5
5
6
6
# Format
7
-
- The response format is a JSON array of succesfull solutions containng "problem" and "solution" properties
7
+
- The response format is a JSON array of successful solutions containing "problem" and "solution" properties
8
8
- The problem section contains a description of the problem, the solution section contains step by step instructions to solve the problem including necessary details and code.
9
9
- If the history does not contain any helpful technical solutions, the response will be an empty JSON array.
0 commit comments