refactor(agents): hide context cache reset helper · openclaw/openclaw@4d3e355
openclaw
·
2026-06-17
·
via Recent Commits to openclaw:main
Skip to content
Navigation Menu
Saved searches
Use saved searches to filter your results more quickly
Sign up
Commit 4d3e355
refactor(agents): hide context cache reset helper
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -73,7 +73,7 @@ export function beginContextWindowCacheRefresh(): void {
|
73 | 73 | } |
74 | 74 | |
75 | 75 | /** Reset prepared context-window state after model config or plugin metadata changes. */ |
76 | | -export function resetContextWindowCache(): void { |
| 76 | +function resetContextWindowCache(): void { |
77 | 77 | beginContextWindowCacheRefresh(); |
78 | 78 | CONTEXT_WINDOW_RUNTIME_STATE.modelsConfigRuntimeLoader.clear(); |
79 | 79 | MODEL_CONFIGURED_CONTEXT_TOKEN_CACHE.clear(); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments