From 3db4585299c7eae02cfa72e1a9b0bbc78016723f Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 10 Apr 2025 12:06:13 -0700 Subject: [PATCH] Update index.mdx --- docs/features/plugin/tools/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/plugin/tools/index.mdx b/docs/features/plugin/tools/index.mdx index a0ab53c..d3673d1 100644 --- a/docs/features/plugin/tools/index.mdx +++ b/docs/features/plugin/tools/index.mdx @@ -7,7 +7,7 @@ title: "⚙️ Tools" Tools are small Python scripts that add superpowers to your LLM. When enabled, they allow your chatbot to do amazing things — like search the web, scrape data, generate images, talk back using AI voices, and more. -To use Tools, your chosen LLM must support "function calling". Think of Tools as useful plugins that your AI can use when chatting with you. +Think of Tools as useful plugins that your AI can use when chatting with you. ---