From 765bc3b9e05f36bd6775f6ad3121d6ac650c9a61 Mon Sep 17 00:00:00 2001 From: Ikpreet S Babra <38840682+N0-Flux-given@users.noreply.github.com> Date: Sun, 1 Jun 2025 16:17:35 +0530 Subject: [PATCH] docs: Update 2-add-tools.md (#4896) Typo in first sentence. --- docs/docs/tutorials/get-started/2-add-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/get-started/2-add-tools.md b/docs/docs/tutorials/get-started/2-add-tools.md index cd9ee7cd7..33accd9a8 100644 --- a/docs/docs/tutorials/get-started/2-add-tools.md +++ b/docs/docs/tutorials/get-started/2-add-tools.md @@ -1,6 +1,6 @@ # Add tools -To handle queries you chatbot can't answer "from memory", integrate a web search tool. The chatbot can use this tool to find relevant information and provide better responses. +To handle queries that your chatbot can't answer "from memory", integrate a web search tool. The chatbot can use this tool to find relevant information and provide better responses. !!! note