feat: add alibaba pkg and cache support (#22248)

This commit is contained in:
Aiden Cline
2026-04-13 00:08:07 -05:00
committed by GitHub
parent a915fe74be
commit 7230cd2683
4 changed files with 11 additions and 0 deletions

View File

@@ -209,6 +209,9 @@ export namespace ProviderTransform {
copilot: {
copilot_cache_control: { type: "ephemeral" },
},
alibaba: {
cacheControl: { type: "ephemeral" },
},
}
for (const msg of unique([...system, ...final])) {