feat: Add promptCacheKey for Venice provider (#9915)

This commit is contained in:
dpuyosa
2026-01-22 03:28:04 +01:00
committed by GitHub
parent 6d574549bc
commit 65e267ed3a

View File

@@ -598,6 +598,11 @@ export namespace ProviderTransform {
result["reasoningSummary"] = "auto"
}
}
if (input.model.providerID === "venice") {
result["promptCacheKey"] = input.sessionID
}
return result
}