refactor(agents): hide cache ttl entry type · openclaw/openclaw@eebb5d7
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 eebb5d7
refactor(agents): hide cache ttl entry type
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
src/agents/embedded-agent-runner
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,7 +16,7 @@ type CustomEntryLike = { type?: unknown; customType?: unknown; data?: unknown };
|
16 | 16 | |
17 | 17 | const CACHE_TTL_CUSTOM_TYPE = "openclaw.cache-ttl"; |
18 | 18 | |
19 | | -export type CacheTtlEntryData = { |
| 19 | +type CacheTtlEntryData = { |
20 | 20 | timestamp: number; |
21 | 21 | provider?: string; |
22 | 22 | modelId?: string; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments