From 6c13003dd3af0aa7f01a68d34a1dc2ab8adc3283 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 3 Apr 2023 08:44:50 -0700 Subject: [PATCH] cr --- docs/modules/agents/agents/custom_llm_agent.ipynb | 2 +- docs/modules/agents/agents/custom_llm_chat_agent.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/agents/agents/custom_llm_agent.ipynb b/docs/modules/agents/agents/custom_llm_agent.ipynb index 7951fd5e..189aadaf 100644 --- a/docs/modules/agents/agents/custom_llm_agent.ipynb +++ b/docs/modules/agents/agents/custom_llm_agent.ipynb @@ -60,7 +60,7 @@ "id": "6df0253f", "metadata": {}, "source": [ - "# Set up tool\n", + "## Set up tool\n", "\n", "Set up any tools the agent may want to use. This may be necessary to put in the prompt (so that the agent knows to use these tools)." ] diff --git a/docs/modules/agents/agents/custom_llm_chat_agent.ipynb b/docs/modules/agents/agents/custom_llm_chat_agent.ipynb index bbac7bff..9d5d224e 100644 --- a/docs/modules/agents/agents/custom_llm_chat_agent.ipynb +++ b/docs/modules/agents/agents/custom_llm_chat_agent.ipynb @@ -61,7 +61,7 @@ "id": "6df0253f", "metadata": {}, "source": [ - "# Set up tool\n", + "## Set up tool\n", "\n", "Set up any tools the agent may want to use. This may be necessary to put in the prompt (so that the agent knows to use these tools)." ]