From 56fe4ab382631a12a08929c499008bd221d9ee49 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:50:20 -0700 Subject: [PATCH] docs: update tool-calling table (#20338) --- docs/scripts/model_feat_table.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/scripts/model_feat_table.py b/docs/scripts/model_feat_table.py index 0f21a0ed6a..b93e571ac7 100644 --- a/docs/scripts/model_feat_table.py +++ b/docs/scripts/model_feat_table.py @@ -23,6 +23,9 @@ CHAT_MODEL_FEAT_TABLE_CORRECTION = { "ChatOpenAI": {"tool_calling": True}, "ChatAnthropic": {"tool_calling": True}, "ChatMistralAI": {"tool_calling": True}, + "ChatVertexAI": {"tool_calling": True}, + "ChatFireworks": {"tool_calling": True}, + "ChatGroq": {"tool_calling": True}, }