mirror of
https://github.com/hwchase17/langchain
synced 2024-11-16 06:13:16 +00:00
docs: update tool-calling table (#20338)
This commit is contained in:
parent
43a98592c1
commit
56fe4ab382
@ -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},
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user