docs: minor grammatical correction. (#17724)

- **Description:** a minor grammatical correction.
pull/17902/head
qqubb 8 months ago committed by GitHub
parent 0a9a519a39
commit 41726dfa27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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.

Loading…
Cancel
Save