mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-10 08:41:13 +00:00
fix(providers): align cache-ttl anthropic semantics (#60375)
This commit is contained in:
@@ -730,6 +730,7 @@ export type ProviderCreateEmbeddingProviderContext = {
|
||||
export type ProviderCacheTtlEligibilityContext = {
|
||||
provider: string;
|
||||
modelId: string;
|
||||
modelApi?: string;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user