From 15585548ec4d8601f1ff34281cf654e63fa04ead Mon Sep 17 00:00:00 2001 From: Rocke Dong Date: Tue, 2 Jun 2026 17:30:42 +0800 Subject: [PATCH] docs: fix OpenClaw context engine slot (#124) --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b03bd84..46fb9bf 100644 --- a/README.md +++ b/README.md @@ -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" } } } diff --git a/README_CN.md b/README_CN.md index f925b90..15805f2 100644 --- a/README_CN.md +++ b/README_CN.md @@ -181,7 +181,7 @@ openclaw gateway restart { "plugins": { "slots": { - "contextEngine": "openclaw-context-offload" + "contextEngine": "memory-tencentdb" } } }