Commit 3179b33
committed
fix: failing CI tests
- TestConfigDefaultModel: update expected default model from
'deepseek-chat' to 'deepseek-v4-flash' to match the new default
in odek.go (changed in 3d74ec3)
- TestRunLearn_MultiStepProcedure / TestRunLearn_InteractiveReject:
fix multiTurnServer mock to handle /models discovery endpoint.
llm.DiscoverModelContext calls GET /models during agent init,
consuming the first callCount and causing the first tool call
(step 1) to be skipped — leaving only 3 tool calls instead of 4,
which failed DetectMultiStepProcedure's len(calls) < 4 guard.1 parent 02e1a5b commit 3179b33
2 files changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1337 | 1337 | | |
1338 | 1338 | | |
1339 | 1339 | | |
| 1340 | + | |
1340 | 1341 | | |
1341 | 1342 | | |
1342 | 1343 | | |
1343 | 1344 | | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
1344 | 1353 | | |
1345 | 1354 | | |
1346 | 1355 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments