Commit 61ecacd
committed
fix: differentiate manual vs auto-execution in tool tests
- Use execute: false for test checking getToolCalls() to prevent auto-execution
- Keep execute: async for test checking getNewMessagesStream() output
- Both tests use anthropic/claude-sonnet-4.5 with toolChoice: required
- Resolves issue where getToolCalls() returned empty after auto-execution1 parent 701fe67 commit 61ecacd
1 file changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 120 | + | |
| 121 | + | |
126 | 122 | | |
127 | 123 | | |
128 | 124 | | |
| |||
597 | 593 | | |
598 | 594 | | |
599 | 595 | | |
600 | | - | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
601 | 599 | | |
602 | 600 | | |
603 | 601 | | |
| 602 | + | |
604 | 603 | | |
605 | 604 | | |
606 | 605 | | |
| |||
0 commit comments