core: fix GitHub Copilot Enterprise authentication failing with sdk.chat undefined error
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
Update Nix Hashes / update (push) Waiting to run

This commit is contained in:
Aiden Cline 2025-12-02 23:37:10 -06:00
parent 66e4a5a64e
commit b457923970

View file

@ -515,7 +515,7 @@ export namespace Provider {
continue
}
if (providerID === "github-copilot") {
if (providerID === "github-copilot" || providerID === "github-copilot-enterprise") {
provider.info.npm = "@ai-sdk/github-copilot"
}