diff --git a/docs/scripts/model_feat_table.py b/docs/scripts/model_feat_table.py index 0f21a0ed6a4..b93e571ac78 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}, }