Skip to content

Commit dc7f9f8

Browse files
authored
Merge pull request #51 from fabraz/main
Update LangChain Cookbook Part 1 - Fundamentals.ipynb fixing agents url
2 parents cc89c78 + a635831 commit dc7f9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LangChain Cookbook Part 1 - Fundamentals.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@
15731573
"\n",
15741574
"The language model that drives decision making.\n",
15751575
"\n",
1576-
"More specifically, an agent takes in an input and returns a response corresponding to an action to take along with an action input. You can see different types of agents (which are better for different use cases) [here](https://python.langchain.com/en/latest/modules/agents/agents/agent_types.html)."
1576+
"More specifically, an agent takes in an input and returns a response corresponding to an action to take along with an action input. You can see different types of agents (which are better for different use cases) [here](https://python.langchain.com/en/latest/modules/agents/agent_types.html)."
15771577
]
15781578
},
15791579
{

0 commit comments

Comments
 (0)