mirror of https://github.com/openclaw/openclaw.git
fix(ci): drop unused google prompt cache type
This commit is contained in:
parent
e3eb615da8
commit
1d736dcbbc
|
|
@ -68,10 +68,6 @@ type GooglePromptCacheDeps = {
|
|||
now?: () => number;
|
||||
};
|
||||
|
||||
type GooglePromptCacheStreamOptions = {
|
||||
cachedContent?: string;
|
||||
};
|
||||
|
||||
function resolveGooglePromptCacheTtl(cacheRetention: CacheRetention): string {
|
||||
return cacheRetention === "long" ? "3600s" : "300s";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue