From 243137143c81f738db17cfcd93d991f6dd842e27 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Mon, 10 Feb 2025 01:09:33 -0500 Subject: [PATCH] [Doc] Add link to tool_choice tracking issue in tool_calling.md (#13003) Signed-off-by: Yuan Tang --- docs/source/features/tool_calling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/features/tool_calling.md b/docs/source/features/tool_calling.md index 027ddb6d5..85a9e0373 100644 --- a/docs/source/features/tool_calling.md +++ b/docs/source/features/tool_calling.md @@ -1,6 +1,6 @@ # 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