Skip to content

Commit

Permalink
docs: minor grammatical correction. (#17724)
Browse files Browse the repository at this point in the history
- **Description:** a minor grammatical correction.
  • Loading branch information
qqubb committed Feb 21, 2024
1 parent 0a9a519 commit 41726df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/get_started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 41726df

Please sign in to comment.