feat: Add promptCacheKey for Venice provider (#9915)
This commit is contained in:
@@ -598,6 +598,11 @@ export namespace ProviderTransform {
|
|||||||
result["reasoningSummary"] = "auto"
|
result["reasoningSummary"] = "auto"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (input.model.providerID === "venice") {
|
||||||
|
result["promptCacheKey"] = input.sessionID
|
||||||
|
}
|
||||||
|
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user