From 5c388d19f1584c27ed05cfe311d6d92a36c2866c Mon Sep 17 00:00:00 2001 From: Tsung-Han Yu <14802181+johan456789@users.noreply.github.com> Date: Thu, 22 Jun 2023 10:48:44 +0800 Subject: [PATCH] Update react.en.mdx --- pages/techniques/react.en.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/techniques/react.en.mdx b/pages/techniques/react.en.mdx index dcb6160..5e0525b 100644 --- a/pages/techniques/react.en.mdx +++ b/pages/techniques/react.en.mdx @@ -174,6 +174,6 @@ The output we get is as follows: "Harry Styles, Olivia Wilde's boyfriend, is 29 years old and his age raised to the 0.23 power is 2.169459462491557." ``` -We adapted the example from the [LangChain documentation](https://python.langchain.com/en/latest/modules/agents/getting_started.html), so credit goes to them. We encourage the learner to explore different combination of tools and tasks. +We adapted the example from the [LangChain documentation](https://python.langchain.com/docs/modules/agents/agent_types/react), so credit goes to them. We encourage the learner to explore different combination of tools and tasks. You can find the notebook for this code here: https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/react.ipynb