fix(providers): align cache-ttl anthropic semantics (#60375)

This commit is contained in:
Vincent Koc
2026-04-04 00:22:32 +09:00
committed by GitHub
parent af835acd00
commit ed297eb8b9
9 changed files with 75 additions and 8 deletions

View File

@@ -730,6 +730,7 @@ export type ProviderCreateEmbeddingProviderContext = {
export type ProviderCacheTtlEligibilityContext = {
provider: string;
modelId: string;
modelApi?: string;
};
/**