fix agent section of README (#33)

pull/36/head
Spencer Schoeben 1 year ago committed by GitHub
parent 2826ef9e8a
commit a10dd86647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,8 +56,8 @@ For more detailed information on how chains are organized in the Hub, and how be
## 🤖 Agents
At a high level, chains are organized by use case inside the `chains` directory.
To load a chain in LangChain, you should use the following code snippet:
At a high level, agents are organized by use case inside the `agents` directory.
To load an agent in LangChain, you should use the following code snippet:
```python
from langchain.agents import initialize_agent
@ -76,4 +76,4 @@ For more detailed information on how agents are organized in the Hub, and how be
## 👷 Agent Executors
Coming soon!
Coming soon!

Loading…
Cancel
Save