From 5f3ca86c031c343bc28df2c452be6cdaed0d280c Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Sun, 9 Feb 2025 23:50:38 -0500 Subject: [PATCH] [Doc] Add link to tool_choice tracking issue in tool_calling.md 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 027ddb6d5ed..85a9e037398 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