mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-04 10:42:55 +00:00
docs: update chat model feature table (#20899)
This commit is contained in:
parent
b8db73233c
commit
6986e44959
@ -51,12 +51,12 @@ CHAT_MODEL_FEAT_TABLE_CORRECTION = {
|
|||||||
"package": "langchain-google-vertexai",
|
"package": "langchain-google-vertexai",
|
||||||
},
|
},
|
||||||
"ChatGroq": {
|
"ChatGroq": {
|
||||||
"tool_calling": "partial",
|
"tool_calling": True,
|
||||||
"structured_output": True,
|
"structured_output": True,
|
||||||
"package": "langchain-groq",
|
"package": "langchain-groq",
|
||||||
},
|
},
|
||||||
"ChatCohere": {
|
"ChatCohere": {
|
||||||
"tool_calling": "partial",
|
"tool_calling": True,
|
||||||
"structured_output": True,
|
"structured_output": True,
|
||||||
"package": "langchain-cohere",
|
"package": "langchain-cohere",
|
||||||
},
|
},
|
||||||
@ -99,7 +99,6 @@ All ChatModels implement the Runnable interface, which comes with default implem
|
|||||||
|
|
||||||
Each ChatModel integration can optionally provide native implementations to truly enable async or streaming.
|
Each ChatModel integration can optionally provide native implementations to truly enable async or streaming.
|
||||||
The table shows, for each integration, which features have been implemented with native support.
|
The table shows, for each integration, which features have been implemented with native support.
|
||||||
Yellow circles (🟡) indicates partial support - for example, if the model supports tool calling but not tool messages for agents.
|
|
||||||
|
|
||||||
{table}
|
{table}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user