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