docs: update tool-calling table (#20338)

This commit is contained in:
Bagatur
2024-04-11 09:50:20 -07:00
committed by GitHub
parent 43a98592c1
commit 56fe4ab382

View File

@@ -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},
}