diff --git a/notebook/tools_langchain_tools_integration.ipynb b/notebook/tools_langchain_tools_integration.ipynb index 9291f25e0d..dd1d3c3f97 100644 --- a/notebook/tools_langchain_tools_integration.ipynb +++ b/notebook/tools_langchain_tools_integration.ipynb @@ -36,8 +36,8 @@ "Import necessary modules and tools.\n", "- `os`: For accessing environment variables.\n", "- `WikipediaQueryRun` and `WikipediaAPIWrapper`: Tools for querying Wikipedia.\n", - "- `AssistantAgent` and `UserProxyAgent`: Agents that facilitate communication in the Autogen framework.\n", - "- `LangchainInteroperability`: A bridge for integrating LangChain tools with the Autogen framework." + "- `AssistantAgent` and `UserProxyAgent`: Agents that facilitate communication in the AG2 framework.\n", + "- `LangchainInteroperability`: A bridge for integrating LangChain tools with the AG2 framework." ] }, {