tweak: ensure copilot anthropic models have same reasoning effort model as copilot cli, also fix qwen incorrectly having variants (#21212)

This commit is contained in:
Aiden Cline
2026-04-06 18:12:43 +00:00
committed by GitHub
parent 527b51477d
commit 5a6d10cd53
2 changed files with 5 additions and 8 deletions
+2 -3
View File
@@ -289,10 +289,9 @@ describe("session.llm.stream", () => {
throw new Error("Server not initialized")
}
const providerID = "alibaba"
const modelID = "qwen-plus"
const providerID = "vivgrid"
const modelID = "gemini-3.1-pro-preview"
const fixture = await loadFixture(providerID, modelID)
const provider = fixture.provider
const model = fixture.model
const request = waitRequest(