From a0218c12dde64756031c55627f7f90297f90f138 Mon Sep 17 00:00:00 2001 From: Jeff Tang <jeff.x.tang@gmail.com> Date: Tue, 4 Jun 2024 12:14:18 -0700 Subject: [PATCH] video link update --- recipes/use_cases/agents/langchain/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/use_cases/agents/langchain/README.md b/recipes/use_cases/agents/langchain/README.md index 313cf274..6f320940 100644 --- a/recipes/use_cases/agents/langchain/README.md +++ b/recipes/use_cases/agents/langchain/README.md @@ -12,7 +12,7 @@ Tool-calling agents with LangGraph use two nodes: (1) a node with an LLM decides Our first notebook, `langgraph-tool-calling-agent`, shows how to build our agent mentioned above using LangGraph. -See this [video overview](https://www.loom.com/share/ae10a5bc13e146efba2c446b626f6411) for more detail on the design of this agent. +See this [video overview](https://www.youtube.com/watch?v=j2OAeeujQ9M) for more detail on the design of this agent. --- -- GitLab