fix(ai): update copilot claude test model
This commit is contained in:
@@ -106,7 +106,7 @@ describe("responseId E2E Tests", () => {
|
||||
"Anthropic path should expose responseId",
|
||||
{ retry: 3, timeout: 30000 },
|
||||
async () => {
|
||||
const llm = getModel("github-copilot", "claude-sonnet-4");
|
||||
const llm = getModel("github-copilot", "claude-sonnet-4.6");
|
||||
await expectResponseId(llm, { apiKey: githubCopilotToken });
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user