mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-14 17:07:25 +00:00
docs: minor grammatical correction. (#17724)
- **Description:** a minor grammatical correction.
This commit is contained in:
parent
0a9a519a39
commit
41726dfa27
@ -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.**
|
**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.
|
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
|
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.
|
2. A search tool. This will let it easily answer questions that require up to date information.
|
||||||
|
Loading…
Reference in New Issue
Block a user