fix(ai): update copilot claude test model
This commit is contained in:
@@ -1245,7 +1245,7 @@ describe("Generate E2E Tests", () => {
|
||||
});
|
||||
|
||||
describe("GitHub Copilot Provider (claude-sonnet-4 via Anthropic Messages)", () => {
|
||||
const llm = getModel("github-copilot", "claude-sonnet-4");
|
||||
const llm = getModel("github-copilot", "claude-sonnet-4.6");
|
||||
|
||||
it.skipIf(!githubCopilotToken)("should complete basic text generation", { retry: 3 }, async () => {
|
||||
await basicTextGeneration(llm, { apiKey: githubCopilotToken });
|
||||
|
||||
Reference in New Issue
Block a user