MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / thinkingRequest

Function thinkingRequest

test/thinking-routing.test.js:18–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16});
17
18function 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
26describe('thinking sibling routing', () => {
27 it('does not auto-route Opus 4.7 thinking requests to the rejected thinking UID', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected