Skip to content

Commit 5479cde

Browse files
committed
Merge branch 'main' into ready
2 parents 2b1ff5e + 821b029 commit 5479cde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/_memory/prompts/memory.solutions_sum.sys.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Assistant's job
22
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
55

66
# 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
88
- 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.
99
- If the history does not contain any helpful technical solutions, the response will be an empty JSON array.
1010

0 commit comments

Comments
 (0)