mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-08 17:53:56 +00:00
refactor(agents): hide cache ttl entry type
This commit is contained in:
@@ -16,7 +16,7 @@ type CustomEntryLike = { type?: unknown; customType?: unknown; data?: unknown };
|
||||
|
||||
const CACHE_TTL_CUSTOM_TYPE = "openclaw.cache-ttl";
|
||||
|
||||
export type CacheTtlEntryData = {
|
||||
type CacheTtlEntryData = {
|
||||
timestamp: number;
|
||||
provider?: string;
|
||||
modelId?: string;
|
||||
|
||||
Reference in New Issue
Block a user