From 00c39ea409ad4a7c7078da424fcf8326d5df70e5 Mon Sep 17 00:00:00 2001 From: videowala <51438045+videowala@users.noreply.github.com> Date: Tue, 4 Apr 2023 02:43:25 +0530 Subject: [PATCH] Fixed a typo Teplate > Template (#2348) Nothing special. Just a simple typo fix. --- docs/modules/agents/agents/custom_llm_agent.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/agents/agents/custom_llm_agent.ipynb b/docs/modules/agents/agents/custom_llm_agent.ipynb index 189aadaf..c7e34e68 100644 --- a/docs/modules/agents/agents/custom_llm_agent.ipynb +++ b/docs/modules/agents/agents/custom_llm_agent.ipynb @@ -88,7 +88,7 @@ "id": "2e7a075c", "metadata": {}, "source": [ - "## Prompt Teplate\n", + "## Prompt Template\n", "\n", "This instructs the agent on what to do. Generally, the template should incorporate:\n", " \n",