From eafd8c580b9d6cedf0e9f284bf2ecf4671a34fe2 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:41:31 -0700 Subject: [PATCH] docs: tool agent nit (#20353) --- docs/docs/modules/agents/agent_types/tool_calling.ipynb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/modules/agents/agent_types/tool_calling.ipynb b/docs/docs/modules/agents/agent_types/tool_calling.ipynb index e8e99d69f81..46ba2eda5c8 100644 --- a/docs/docs/modules/agents/agent_types/tool_calling.ipynb +++ b/docs/docs/modules/agents/agent_types/tool_calling.ipynb @@ -46,6 +46,9 @@ "metadata": {}, "outputs": [], "source": [ + "# | output: false\n", + "# | echo: false\n", + "\n", "from langchain_anthropic import ChatAnthropic\n", "\n", "llm = ChatAnthropic(model=\"claude-3-sonnet-20240229\", temperature=0)"