docs: Add ChatGoogleGenerativeAI to model feat table (#22617)

This commit is contained in:
Bagatur
2024-06-06 08:07:13 -07:00
committed by GitHub
parent 17b486a37b
commit feb73d4281

View File

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