mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-27 05:22:52 +08:00
feat: optimize agent configuration and memory
This commit is contained in:
@@ -20,7 +20,7 @@ class MemoryGetTool(BaseTool):
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string",
|
||||
"description": "Relative path to the memory file (e.g. 'memory/2026-01-01.md')"
|
||||
"description": "Relative path to the memory file (e.g. 'MEMORY.md', 'memory/2026-01-01.md')"
|
||||
},
|
||||
"start_line": {
|
||||
"type": "integer",
|
||||
|
||||
Reference in New Issue
Block a user