We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe8753 commit 4e42a89Copy full SHA for 4e42a89
1 file changed
packages/opencode/src/provider/transform.ts
@@ -847,6 +847,10 @@ export function options(input: {
847
result["promptCacheKey"] = input.sessionID
848
}
849
850
+ if (input.providerOptions?.cache_point_ttl) {
851
+ result["cache_point_ttl"] = input.providerOptions.cache_point_ttl
852
+ }
853
+
854
if (input.model.api.npm === "@ai-sdk/google" || input.model.api.npm === "@ai-sdk/google-vertex") {
855
if (input.model.capabilities.reasoning) {
856
result["thinkingConfig"] = {
0 commit comments