Unverified Commit 5d43f737 authored by FredericOdermatt's avatar FredericOdermatt Committed by GitHub
Browse files

[Doc] Update description disable_any_whitespace (#29784)


Signed-off-by: default avatarFrederic Odermatt <frederic.odermatt@44ai.ch>
parent 37593deb
......@@ -28,8 +28,10 @@ class StructuredOutputsConfig:
disable_fallback: bool = False
"""If `True`, vLLM will not fallback to a different backend on error."""
disable_any_whitespace: bool = False
"""If `True`, the model will not generate any whitespace during structured
outputs. This is only supported for xgrammar and guidance backends."""
"""If `True`, json output will always be compact without any whitespace.
If `False`, the model may generate whitespace between JSON fields,
which is still valid JSON. This is only supported for xgrammar
and guidance backends."""
disable_additional_properties: bool = False
"""If `True`, the `guidance` backend will not use `additionalProperties`
in the JSON schema. This is only supported for the `guidance` backend and
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment