mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 16:43:35 +00:00
docs: Add ChatGoogleGenerativeAI to model feat table (#22617)
This commit is contained in:
parent
17b486a37b
commit
feb73d4281
@ -62,6 +62,11 @@ CHAT_MODEL_FEAT_TABLE = {
|
||||
"package": "langchain-google-vertexai",
|
||||
"link": "/docs/integrations/chat/google_vertex_ai_palm/",
|
||||
},
|
||||
"ChatGoogleGenerativeAI": {
|
||||
"tool_calling": True,
|
||||
"package": "langchain-google-genai",
|
||||
"link": "/docs/integrations/chat/google_generative_ai/",
|
||||
},
|
||||
"ChatGroq": {
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
|
Loading…
Reference in New Issue
Block a user