chore(sync): mirror docs from openclaw/openclaw@afebeb5e9a

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-18 19:32:27 +00:00
parent 34692aa933
commit edb820e028
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "85912849cc0b1316700813a8d1614fa513312862",
"syncedAt": "2026-04-18T19:18:46.090Z"
"sha": "afebeb5e9af9c9c34f3c66558464aff80cc3ca2a",
"syncedAt": "2026-04-18T19:32:27.195Z"
}

View File

@ -628,7 +628,7 @@ The most important fields are:
| `config.thinking` | `"off" \| "minimal" \| "low" \| "medium" \| "high" \| "xhigh" \| "adaptive"` | Advanced thinking override for the blocking memory sub-agent; default `off` for speed |
| `config.promptOverride` | `string` | Advanced full prompt replacement; not recommended for normal use |
| `config.promptAppend` | `string` | Advanced extra instructions appended to the default or overridden prompt |
| `config.timeoutMs` | `number` | Hard timeout for the blocking memory sub-agent |
| `config.timeoutMs` | `number` | Hard timeout for the blocking memory sub-agent, capped at 120000 ms |
| `config.maxSummaryChars` | `number` | Maximum total characters allowed in the active-memory summary |
| `config.logging` | `boolean` | Emits active memory logs while tuning |
| `config.persistTranscripts` | `boolean` | Keeps blocking memory sub-agent transcripts on disk instead of deleting temp files |