Unverified Commit 24313714 authored by Yuan Tang's avatar Yuan Tang Committed by GitHub
Browse files

[Doc] Add link to tool_choice tracking issue in tool_calling.md (#13003)


Signed-off-by: default avatarYuan Tang <terrytangyuan@gmail.com>
parent b2496bb0
# Tool Calling # Tool Calling
vLLM currently supports named function calling, as well as the `auto` and `none` options for the `tool_choice` field in the chat completion API. The `tool_choice` option `required` is **not yet supported** but on the roadmap. vLLM currently supports named function calling, as well as the `auto` and `none` options for the `tool_choice` field in the chat completion API. The `tool_choice` option `required` is **not yet supported** but [on the roadmap](gh-issue:13002).
## Quickstart ## Quickstart
......
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