feat: support pythonic tool call and index in tool call streaming (#5725)

This commit is contained in:
Chang Su
2025-04-29 17:30:44 -07:00
committed by GitHub
parent e4b6133b78
commit 2b06484bd1
8 changed files with 541 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ suites = {
TestFile("test_fa3.py", 376),
TestFile("test_fim_completion.py", 40),
TestFile("test_fp8_kernel.py", 8),
TestFile("test_function_calling.py", 35),
TestFile("test_function_calling.py", 60),
TestFile("test_fused_moe.py", 30),
TestFile("test_hicache.py", 116),
TestFile("test_hicache_mla.py", 254),