[Feat] Add deprecated=True to CLI args (#17426)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2025-05-06 11:11:27 -04:00
committed by GitHub
parent cba31c47c4
commit 175bda67a1
2 changed files with 77 additions and 2 deletions

View File

@@ -531,6 +531,7 @@ class EngineArgs:
guided_decoding_group.add_argument(
"--enable-reasoning",
action=argparse.BooleanOptionalAction,
deprecated=True,
help="[DEPRECATED] The `--enable-reasoning` flag is deprecated as "
"of v0.8.6. Use `--reasoning-parser` to specify the reasoning "
"parser backend insteadThis flag (`--enable-reasoning`) will be "