From 7d194fbfe700c66fc7b7b82d33ef74930180d111 Mon Sep 17 00:00:00 2001 From: Robert Jambrecic Date: Tue, 17 Dec 2024 09:32:15 +0100 Subject: [PATCH] Update langchain tools integration notebook --- notebook/tools_langchain_tools_integration.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." ] }, {