Remove unused disable_fallback field (#36546)

This commit is contained in:
Zhuohan Li
2026-03-09 20:56:54 -07:00
committed by GitHub
parent 7279374f91
commit 04b67d8f62
2 changed files with 0 additions and 3 deletions

View File

@@ -41,7 +41,6 @@ class StructuredOutputsParams:
grammar: str | None = None
json_object: bool | None = None
# These are other options that can be set.
disable_fallback: bool = False
disable_any_whitespace: bool = False
disable_additional_properties: bool = False
whitespace_pattern: str | None = None