mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
fix: URL to langchain agents page (#942)
Co-authored-by: Shyamal H Anadkat <shyamal@openai.com>
This commit is contained in:
parent
923f20d311
commit
6bc6630727
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user