mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-15 00:27:29 +08:00
Refactor runtime around world core
This commit is contained in:
@@ -35,7 +35,7 @@ func (t *MemoryGetTool) 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",
|
||||
},
|
||||
"from": map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user