From 76088941561131b3b495584513323eb8c1365fbd Mon Sep 17 00:00:00 2001 From: Yuntong8888 Date: Wed, 13 May 2026 17:37:58 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d8b80c4..ade5a0f 100644 --- a/README.md +++ b/README.md @@ -135,10 +135,11 @@ Once enabled, TencentDB Agent Memory automatically handles conversation capture, ```jsonc { "memory-tencentdb": { - "offload": { - "enabled": true - } - } + "config": { + "offload": { + "enabled": true + } + } } ```