fix: ensure azure sets prompt cache key by default (#22957)

This commit is contained in:
Aiden Cline
2026-04-16 17:45:35 -05:00
committed by GitHub
parent dbe2ff52b2
commit cb18f2ef40

View File

@@ -798,6 +798,7 @@ export function options(input: {
if (input.model.api.npm === "@ai-sdk/azure") {
result["store"] = true
result["promptCacheKey"] = input.sessionID
}
if (input.model.api.npm === "@openrouter/ai-sdk-provider") {