From d099abb7ee8e899fe3ce9759476a3966cdff328d Mon Sep 17 00:00:00 2001 From: Abhishek Patil <83769052+abhishekpatil4@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:50:59 +0530 Subject: [PATCH] fix: langGrapg imports (#954) --- docs/framework/langgraph.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/framework/langgraph.mdx b/docs/framework/langgraph.mdx index 29aa2818fb8..f423df169fb 100644 --- a/docs/framework/langgraph.mdx +++ b/docs/framework/langgraph.mdx @@ -15,7 +15,9 @@ In this example, we will use LangGraph Agent to star a repository on Github usin pip install composio-langgraph ``` ```bash TypeScript -npm install composio-core langchain langgraph +npm i @langchain/langgraph +npm i composio-core +npm i @langchain/openai ```