feat(func_call): Add more check in BaseFormatDetector.parse_streaming_increment (#7479)

This commit is contained in:
Chang Su
2025-06-23 11:15:47 -07:00
committed by GitHub
parent 25549433e8
commit 34b6b8426f
2 changed files with 5 additions and 4 deletions

View File

@@ -468,10 +468,7 @@ class TestToolChoiceQwen25(TestToolChoiceLlama32):
@classmethod
def setUpClass(cls):
cls.flaky_tests = {
"test_multi_tool_scenario_auto",
"test_multi_tool_scenario_required",
}
cls.flaky_tests = {}
cls.model = "Qwen/Qwen2.5-7B-Instruct"
cls.base_url = DEFAULT_URL_FOR_TEST