mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-04 14:17:30 +08:00
Refactor runtime around world core
This commit is contained in:
@@ -56,7 +56,7 @@ func (t *MemorySearchTool) Parameters() map[string]interface{} {
|
||||
},
|
||||
"namespace": map[string]interface{}{
|
||||
"type": "string",
|
||||
"description": "Optional memory namespace. Use main for workspace memory, or subagent id for isolated memory.",
|
||||
"description": "Optional memory namespace. Use main for workspace memory, or agent id for isolated memory.",
|
||||
"default": "main",
|
||||
},
|
||||
"maxResults": map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user