From a63cfad558b83497e667600f02ef19dd8da90d25 Mon Sep 17 00:00:00 2001 From: researchonly <76854230+researchonly@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:56:51 +0100 Subject: [PATCH] fixed typo Teplate -> Template (#2433) fixed a typo in the documentation --- docs/modules/agents/agents/custom_llm_chat_agent.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/agents/agents/custom_llm_chat_agent.ipynb b/docs/modules/agents/agents/custom_llm_chat_agent.ipynb index 9d5d224e..c4b5e2d6 100644 --- a/docs/modules/agents/agents/custom_llm_chat_agent.ipynb +++ b/docs/modules/agents/agents/custom_llm_chat_agent.ipynb @@ -89,7 +89,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",