fix cache-control
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-06-16 12:07:01 -04:00
parent d120eafd9e
commit f3e32fe112
2 changed files with 9 additions and 2 deletions
+6 -2
View File
@@ -238,7 +238,9 @@ export namespace Session {
providerOptions: {
...(input.providerID === "anthropic"
? {
cacheControl: { type: "ephemeral" },
anthropic: {
cacheControl: { type: "ephemeral" },
},
}
: {}),
},
@@ -476,7 +478,9 @@ export namespace Session {
providerOptions: {
...(input.providerID === "anthropic"
? {
cacheControl: { type: "ephemeral" },
anthropic: {
cacheControl: { type: "ephemeral" },
},
}
: {}),
},