[Feature][V1] Support tool_choice: required when using Xgrammar as the StructuredOutputBackend. (#17845)

Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
This commit is contained in:
Chauncey
2025-05-13 14:01:31 +08:00
committed by GitHub
parent 61e0a506a3
commit dc1a821768
5 changed files with 160 additions and 13 deletions

View File

@@ -57,14 +57,6 @@ def unsupported_array_schemas():
"type": "array",
"maxContains": 5
},
{
"type": "array",
"minItems": 1
},
{
"type": "array",
"maxItems": 10
},
]