Fix typos in memory.solutions_sum.sys.md

Silver Zachara committed Apr 12, 2026 at 16:34 UTC f5e21b9871a94e8a06202f59b8bc36f8fb06e448
1 file changed +3 -3
plugins/_memory/prompts/memory.solutions_sum.sys.md
+3 -3
@@ -1,10 +1,10 @@
1 # Assistant's job
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
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 - 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 - If the history does not contain any helpful technical solutions, the response will be an empty JSON array.
10