docs: tool agent nit (#20353)

This commit is contained in:
Bagatur 2024-04-11 12:41:31 -07:00 committed by GitHub
parent ec0273fc92
commit eafd8c580b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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