Remove maxItems=1 restriction when tool_choice is specified (#20208)
This commit is contained in:
@@ -915,14 +915,6 @@ class TestToolChoiceLfm2Moe(TestToolChoiceLlama32):
|
||||
cls.base_url += "/v1"
|
||||
cls.tokenizer = get_tokenizer(cls.model)
|
||||
|
||||
@unittest.skip("maxItems:1 bug causes whitespace stall")
|
||||
def test_tool_choice_required_non_streaming(self):
|
||||
pass
|
||||
|
||||
@unittest.skip("maxItems:1 bug causes whitespace stall")
|
||||
def test_tool_choice_specific_function_non_streaming(self):
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user