Documentation: Minor typo fixes (#1327)

Fixing a few minor typos in the documentation (and likely introducing
other
ones in the process).
This commit is contained in:
Eugene Yurtsev
2023-02-27 17:40:43 -05:00
committed by GitHub
parent f61858163d
commit c14cff60d0
4 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
# Agents
Agents use an LLM to determine which actions to take and in what order.
An action can either be using a tool and observing its output, or returning to the user.
An action can either be using a tool and observing its output, or returning a response to the user.
For a list of easily loadable tools, see [here](tools.md).
Here are the agents available in LangChain.