Commit f33c983
committed
test: cover non-ambiguous id-less decision path in _apply_tool_execution_decisions
Adds a regression test where a decision without a tool_call_id has a
unique tool name: the ambiguity guard must not raise and the decision
should be applied normally. This exercises the guard's non-raising
branch, which the two existing same-name tests (both asserting the
raise) did not cover.1 parent 481ba7b commit f33c983
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
415 | 431 | | |
416 | 432 | | |
417 | 433 | | |
| |||
0 commit comments