add reasoning_tokens usage test for tool call (#18022)

This commit is contained in:
Hudson Xing
2026-01-30 21:09:23 -08:00
committed by GitHub
parent c52578c7fd
commit c72bf50706
2 changed files with 28 additions and 1 deletions
@@ -96,7 +96,9 @@ class TestDeepseekV32(unittest.TestCase):
batch_sizes=[1, 8, 16, 64],
profile_dir="performance_profiles_deepseek_v32",
),
tool_call_params=ToolCallTestParams(test_thinking=True),
tool_call_params=ToolCallTestParams(
test_thinking=True, test_reasoning_usage=True
),
)
@unittest.skipIf(is_blackwell_system(), "Requires H200 system")