use action verb in documentation (#175)

This commit is contained in:
Harrison Chase
2022-11-22 21:04:26 -08:00
committed by GitHub
parent 1b81f3b125
commit 780ef84cf0
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
# Agents
Agents use an LLM to determine which tools to call and in what order.
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.
Here are the agents available in LangChain.
For a tutorial on how to load agents, see [here](/getting_started/agents.ipynb).