From f9cdc587a8fa35b7b3c2d0a65ad7558175834839 Mon Sep 17 00:00:00 2001 From: Chi Wang <4250911+sonichi@users.noreply.github.com> Date: Fri, 20 Dec 2024 08:11:43 -0800 Subject: [PATCH] Fix errors in a blog post --- website/blog/2024-12-20-Tools-interoperability/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2024-12-20-Tools-interoperability/index.mdx b/website/blog/2024-12-20-Tools-interoperability/index.mdx index 3f6ae0962d..666147f42c 100644 --- a/website/blog/2024-12-20-Tools-interoperability/index.mdx +++ b/website/blog/2024-12-20-Tools-interoperability/index.mdx @@ -16,7 +16,7 @@ With AG2, you can combine these tools and enhance your agents' capabilities. In this post, we’ll walk through how to integrate tools from various frameworks—like [LangChain Tools](https://python.langchain.com/v0.1/docs/modules/tools), [CrewAI Tools](https://github.com/crewAIInc/crewAI-tools/tree/main), and [PydanticAI Tools](https://ai.pydantic.dev/tools/)—into AG2. -This allows you to use tools from different frameworks within AG2, giving your agents more power and flexibility. You’ll see how to set up agents, adapt the tools, and validate the integration through examples.his post, you will understand how to configure agents, adapt these tools for use in AG2, and validate the integration through practical examples. +This allows you to use tools from different frameworks within AG2, giving your agents more power and flexibility. In this post, you will understand how to configure agents, adapt these tools for use in AG2, and validate the integration through practical examples. ## LangChain Tools Integration