mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:10:52 +00:00
fix: enforce plugin tool manifest contracts
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
},
|
||||
"kind": "memory",
|
||||
"contracts": {
|
||||
"memoryEmbeddingProviders": ["local"]
|
||||
"memoryEmbeddingProviders": ["local"],
|
||||
"tools": ["memory_get", "memory_search"]
|
||||
},
|
||||
"commandAliases": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user