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)"