Unverified Commit 2b161045 authored by Hyogeun Oh (오효근)'s avatar Hyogeun Oh (오효근) Committed by GitHub
Browse files

[Misc] Update deprecation message for `--enable-reasoning` (#18404)

parent 371376f9
...@@ -577,7 +577,7 @@ class EngineArgs: ...@@ -577,7 +577,7 @@ class EngineArgs:
action=argparse.BooleanOptionalAction, action=argparse.BooleanOptionalAction,
deprecated=True, deprecated=True,
help="[DEPRECATED] The `--enable-reasoning` flag is deprecated as " help="[DEPRECATED] The `--enable-reasoning` flag is deprecated as "
"of v0.8.6. Use `--reasoning-parser` to specify the reasoning " "of v0.9.0. Use `--reasoning-parser` to specify the reasoning "
"parser backend instead. This flag (`--enable-reasoning`) will be " "parser backend instead. This flag (`--enable-reasoning`) will be "
"removed in v0.10.0. When `--reasoning-parser` is specified, " "removed in v0.10.0. When `--reasoning-parser` is specified, "
"reasoning mode is automatically enabled.") "reasoning mode is automatically enabled.")
......
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