* fix(core): init attempt at patching the extended thinking bug * fix: refactor, fix in a different way be merging instead of dropping, seems to be working * chore: cleanup * fix: patch the test - with the new native thinking behavior, anthropic native reasoning does not trigger properly post tool-call * fix: another attempt * fix: tests passing locally * fix: another patch to tests * fix: pathc more tests * fix: try turning on the interleave-thinking beta header * fix: patch test * fix: add new tests to be more robust * fix: patch the prompt, now it works more reliably * fix: typo
10 lines
252 B
JSON
10 lines
252 B
JSON
{
|
|
"model": "claude-sonnet-4-20250514",
|
|
"model_endpoint_type": "anthropic",
|
|
"model_endpoint": "https://api.anthropic.com/v1",
|
|
"model_wrapper": null,
|
|
"context_window": 200000,
|
|
"put_inner_thoughts_in_kwargs": true,
|
|
"enable_reasoner": true
|
|
}
|