change to agent (#173)

This commit is contained in:
Harrison Chase
2022-11-22 18:02:20 -08:00
committed by GitHub
parent d70b5a2cbe
commit 5d887970f6
8 changed files with 48 additions and 24 deletions

View File

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