Skip to content

Commit a6b5baf

Browse files
committed
update help
Signed-off-by: okada shintarou <[email protected]>
1 parent c9ba8de commit a6b5baf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vllm/entrypoints/openai/cli_args.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,11 @@ def make_arg_parser(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
227227
"--expand-tools-even-if-tool-choice-none",
228228
action="store_true",
229229
default=False,
230-
help="Include tool definitions in prompt when tool_choice='none'")
230+
help="[DEPRECATED] Include tool definitions in prompts even when tool_choice='none'. "
231+
"This is a transitional option that will be removed in v0.10.0. "
232+
"In v0.10.0, tool definitions will always be included regardless of "
233+
"tool_choice setting. Use this flag now to test the new behavior "
234+
"before the breaking change.")
231235

232236
valid_tool_parsers = ToolParserManager.tool_parsers.keys()
233237
parser.add_argument(

0 commit comments

Comments
 (0)