From feb73d4281e16b3f62e03e5af2f59970956186f7 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 6 Jun 2024 08:07:13 -0700 Subject: [PATCH] docs: Add ChatGoogleGenerativeAI to model feat table (#22617) --- docs/scripts/model_feat_table.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/scripts/model_feat_table.py b/docs/scripts/model_feat_table.py index 59d96f98753..f4236b6014d 100644 --- a/docs/scripts/model_feat_table.py +++ b/docs/scripts/model_feat_table.py @@ -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,