feat(anthropic): add effort support (#34116)

This commit is contained in:
Mason Daugherty
2025-12-05 13:44:42 -05:00
committed by GitHub
parent 7ba3e80057
commit 4a42158e6c
7 changed files with 218 additions and 18 deletions

View File

@@ -251,6 +251,7 @@ def test_configurable_with_default() -> None:
"bound": {
"name": None,
"disable_streaming": False,
"effort": None,
"model": "claude-sonnet-4-5-20250929",
"mcp_servers": None,
"max_tokens": 64000,