From 68e9e54c886217e56885ef1145e8aeec99fd0825 Mon Sep 17 00:00:00 2001 From: prime-computing-lab <76456621+prime-computing-lab@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:21:00 +1000 Subject: [PATCH] Update MDXSearchTool.md (#745) description fixed to markdown language instead of marketing search --- docs/tools/MDXSearchTool.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools/MDXSearchTool.md b/docs/tools/MDXSearchTool.md index ca43b1c55..ee9a43a75 100644 --- a/docs/tools/MDXSearchTool.md +++ b/docs/tools/MDXSearchTool.md @@ -4,7 +4,7 @@ The MDXSearchTool is in continuous development. Features may be added or removed, and functionality could change unpredictably as we refine the tool. ## Description -The MDX Search Tool is a component of the `crewai_tools` package aimed at facilitating advanced market data extraction. This tool is invaluable for researchers and analysts seeking quick access to market insights, especially within the AI sector. It simplifies the task of acquiring, interpreting, and organizing market data by interfacing with various data sources. +The MDX Search Tool is a component of the `crewai_tools` package aimed at facilitating advanced markdown language extraction. It enables users to effectively search and extract relevant information from MD files using query-based searches. This tool is invaluable for data analysis, information management, and research tasks, streamlining the process of finding specific information within large document collections. ## Installation Before using the MDX Search Tool, ensure the `crewai_tools` package is installed. If it is not, you can install it with the following command: @@ -59,4 +59,4 @@ tool = MDXSearchTool( ), ) ) -``` \ No newline at end of file +```