Skip to content

Commit

Permalink
fix: import statements in docs (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekpatil4 authored Dec 6, 2024
1 parent a5b87d1 commit cbb148b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/langchain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In this example, we will use LangChain Agent to star a repository on Github usin
pip install composio-langchain langchain_openai
```
```javascript JavaScript
npm install composio-core langchain
npm install composio-core langchain @langchain/openai
```
</CodeGroup>
</Step>
Expand Down
1 change: 1 addition & 0 deletions docs/framework/langgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pip install composio-langgraph
npm i @langchain/langgraph
npm i composio-core
npm i @langchain/openai
npm i @langchain/core
```
</CodeGroup>
</Step>
Expand Down

0 comments on commit cbb148b

Please sign in to comment.