fix(dsbench): adapt evaluation config to master runtime

This commit is contained in:
Yichen Jiang
2026-07-19 14:53:39 +08:00
parent 3df3c6bf37
commit 3956118c18
6 changed files with 17 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ describe('dsbench-coding-agent keyless smoke', () => {
jsonrpc: '2.0',
id: 1,
method: 'initialize',
params: { cwd: root, model: 'deepseek-v4-pro' },
params: { cwd: root, provider: 'deepseek', model: 'deepseek-v4-pro' },
})}\n`)
const initialized = await waitForLine(lines, value => value.id === 1, () => stderr)
expect(initialized).toMatchObject({