mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 03:30:23 +00:00
Merge branch 'main' into ready
This commit is contained in:
commit
5479cded95
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# Assistant's job
|
||||
1. The assistant receives a history of conversation between USER and AGENT
|
||||
2. Assistant searches for succesful technical solutions by the AGENT
|
||||
3. Assistant writes notes about the succesful solutions for memorization for later reproduction
|
||||
2. Assistant searches for successful technical solutions by the AGENT
|
||||
3. Assistant writes notes about the successful solutions for memorization for later reproduction
|
||||
|
||||
# Format
|
||||
- The response format is a JSON array of succesfull solutions containng "problem" and "solution" properties
|
||||
- The response format is a JSON array of successful solutions containing "problem" and "solution" properties
|
||||
- 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.
|
||||
- If the history does not contain any helpful technical solutions, the response will be an empty JSON array.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue