Skip to content

Commit

Permalink
fix: URL to langchain agents page (#942)
Browse files Browse the repository at this point in the history
Co-authored-by: Shyamal H Anadkat <[email protected]>
  • Loading branch information
shauryr and shyamal-anadkat committed Dec 20, 2023
1 parent 923f20d commit 6bc6630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"source": [
"## LLM Agent\n",
"\n",
"An [LLM agent](https://python.langchain.com/en/latest/modules/agents/agents/custom_llm_agent.html) in Langchain has many configurable components, which are detailed in the Langchain documentation.\n",
"An [LLM agent](https://python.langchain.com/docs/modules/agents/) in Langchain has many configurable components, which are detailed in the Langchain documentation.\n",
"\n",
"We'll employ a few of the core concepts to make an agent that talks in the way we want, can use tools to answer questions, and uses the appropriate language model to power the conversation.\n",
"- **Prompt Template:** The input template to control the LLM's behaviour and how it accepts inputs and produces outputs - this is the brain that drives your application ([docs](https://python.langchain.com/en/latest/modules/prompts/prompt_templates.html)).\n",
Expand Down

0 comments on commit 6bc6630

Please sign in to comment.