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
commit cb18f2ef40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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") {