From 96c21dfe56fd92a2fad10a78d4c21664a928b1a6 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 23 May 2024 15:09:30 -0700 Subject: [PATCH] docs: hf feat table tool calling (#22091) --- docs/scripts/model_feat_table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/scripts/model_feat_table.py b/docs/scripts/model_feat_table.py index 725ff218009..35dac13d23e 100644 --- a/docs/scripts/model_feat_table.py +++ b/docs/scripts/model_feat_table.py @@ -80,6 +80,7 @@ CHAT_MODEL_FEAT_TABLE = { "link": "/docs/integrations/chat/bedrock/", }, "ChatHuggingFace": { + "tool_calling": True, "local": True, "package": "langchain-huggingface", "link": "/docs/integrations/chat/huggingface/",