mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 01:01:13 +00:00
fix(ci): drop unused google prompt cache type
This commit is contained in:
@@ -68,10 +68,6 @@ type GooglePromptCacheDeps = {
|
||||
now?: () => number;
|
||||
};
|
||||
|
||||
type GooglePromptCacheStreamOptions = {
|
||||
cachedContent?: string;
|
||||
};
|
||||
|
||||
function resolveGooglePromptCacheTtl(cacheRetention: CacheRetention): string {
|
||||
return cacheRetention === "long" ? "3600s" : "300s";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user