()
| 16 | }); |
| 17 | |
| 18 | function thinkingRequest() { |
| 19 | return { |
| 20 | model: 'claude-sonnet-4.6', |
| 21 | reasoning_effort: 'high', |
| 22 | messages: [{ role: 'user', content: `routing regression ${Date.now()}` }], |
| 23 | }; |
| 24 | } |
| 25 | |
| 26 | describe('thinking sibling routing', () => { |
| 27 | it('does not auto-route Opus 4.7 thinking requests to the rejected thinking UID', () => { |
no outgoing calls
no test coverage detected