docs: standard test update (#28185)

This commit is contained in:
Erick Friis 2024-11-18 09:49:21 -08:00 committed by GitHub
parent 0c051e57e0
commit 093f24ba4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,7 +125,7 @@
"from langchain_standard_tests.unit_tests import ToolsUnitTests\n",
"\n",
"\n",
"class ParrotMultiplyToolUnitTests(ToolsUnitTests):\n",
"class TestParrotMultiplyToolUnit(ToolsUnitTests):\n",
" @property\n",
" def tool_constructor(self) -> Type[ParrotMultiplyTool]:\n",
" return ParrotMultiplyTool\n",
@ -159,7 +159,7 @@
"from langchain_standard_tests.integration_tests import ToolsIntegrationTests\n",
"\n",
"\n",
"class ParrotMultiplyToolIntegrationTests(ToolsIntegrationTests):\n",
"class TestParrotMultiplyToolIntegration(ToolsIntegrationTests):\n",
" @property\n",
" def tool_constructor(self) -> Type[ParrotMultiplyTool]:\n",
" return ParrotMultiplyTool\n",
@ -220,7 +220,7 @@
"from langchain_standard_tests.unit_tests import ChatModelUnitTests\n",
"\n",
"\n",
"class ChatParrotLinkUnitTests(ChatModelUnitTests):\n",
"class TestChatParrotLinkUnit(ChatModelUnitTests):\n",
" @property\n",
" def chat_model_class(self) -> Type[ChatParrotLink]:\n",
" return ChatParrotLink"
@ -239,7 +239,7 @@
"from langchain_standard_tests.integration_tests import ChatModelIntegrationTests\n",
"\n",
"\n",
"class TestMistralStandard(ChatModelIntegrationTests):\n",
"class TestChatParrotLinkIntegration(ChatModelIntegrationTests):\n",
" @property\n",
" def chat_model_class(self) -> Type[ChatParrotLink]:\n",
" return ChatParrotLink\n",
@ -258,16 +258,6 @@
"<div style={{display:\"none\"}}>\n",
"Work in progress:\n",
"<details>\n",
" <summary>Tools/Toolkits</summary>\n",
" TODO"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"</details>\n",
"<details>\n",
" <summary>Retrievers</summary>\n",
" TODO"
]