docs: fix OpenClaw context engine slot (#124)

This commit is contained in:
Rocke Dong
2026-06-02 17:30:42 +08:00
committed by GitHub
parent f0c683dc24
commit 15585548ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ Add the `slots` field so OpenClaw routes context-offload requests to this plugin
{
"plugins": {
"slots": {
"contextEngine": "openclaw-context-offload"
"contextEngine": "memory-tencentdb"
}
}
}
+1 -1
View File
@@ -181,7 +181,7 @@ openclaw gateway restart
{
"plugins": {
"slots": {
"contextEngine": "openclaw-context-offload"
"contextEngine": "memory-tencentdb"
}
}
}