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

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-25 05:51:28 +00:00
parent 6a76594319
commit cbe5516380
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "2cd2732ab6695a4b3220ce41166b74aca7097c5f",
"syncedAt": "2026-04-25T05:47:24.343Z"
"sha": "cfb551c7091d409f38dd447e9d649acd41803aee",
"syncedAt": "2026-04-25T05:50:04.202Z"
}

View File

@ -136,6 +136,11 @@ model refs, `contextPruning.mode: "cache-ttl"` is allowed because OpenRouter
handles provider-side prompt caching automatically. OpenClaw does not inject
Anthropic `cache_control` markers into those requests.
DeepSeek cache construction is best-effort and can take a few seconds. An
immediate follow-up may still show `cached_tokens: 0`; verify with a repeated
same-prefix request after a short delay and use `usage.prompt_tokens_details.cached_tokens`
as the cache-hit signal.
If you repoint the model at an arbitrary OpenAI-compatible proxy URL, OpenClaw
stops injecting those OpenRouter-specific Anthropic cache markers.