From 41726dfa27a362443689ef2958c3d365947d8a6e Mon Sep 17 00:00:00 2001 From: qqubb <123086401+qqubb@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:31:37 +0000 Subject: [PATCH] docs: minor grammatical correction. (#17724) - **Description:** a minor grammatical correction. --- docs/docs/get_started/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/get_started/quickstart.mdx b/docs/docs/get_started/quickstart.mdx index d8a9f1e732..6bb1c374f5 100644 --- a/docs/docs/get_started/quickstart.mdx +++ b/docs/docs/get_started/quickstart.mdx @@ -374,7 +374,7 @@ The final thing we will create is an agent - where the LLM decides what steps to **NOTE: for this example we will only show how to create an agent using OpenAI models, as local models are not reliable enough yet.** One of the first things to do when building an agent is to decide what tools it should have access to. -For this example, we will give the agent access two tools: +For this example, we will give the agent access to two tools: 1. The retriever we just created. This will let it easily answer questions about LangSmith 2. A search tool. This will let it easily answer questions that require up to date information.