mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-16 08:06:14 +00:00
docs: standard test update (#28185)
This commit is contained in:
parent
0c051e57e0
commit
093f24ba4d
@ -125,7 +125,7 @@
|
|||||||
"from langchain_standard_tests.unit_tests import ToolsUnitTests\n",
|
"from langchain_standard_tests.unit_tests import ToolsUnitTests\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"class ParrotMultiplyToolUnitTests(ToolsUnitTests):\n",
|
"class TestParrotMultiplyToolUnit(ToolsUnitTests):\n",
|
||||||
" @property\n",
|
" @property\n",
|
||||||
" def tool_constructor(self) -> Type[ParrotMultiplyTool]:\n",
|
" def tool_constructor(self) -> Type[ParrotMultiplyTool]:\n",
|
||||||
" return ParrotMultiplyTool\n",
|
" return ParrotMultiplyTool\n",
|
||||||
@ -159,7 +159,7 @@
|
|||||||
"from langchain_standard_tests.integration_tests import ToolsIntegrationTests\n",
|
"from langchain_standard_tests.integration_tests import ToolsIntegrationTests\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"class ParrotMultiplyToolIntegrationTests(ToolsIntegrationTests):\n",
|
"class TestParrotMultiplyToolIntegration(ToolsIntegrationTests):\n",
|
||||||
" @property\n",
|
" @property\n",
|
||||||
" def tool_constructor(self) -> Type[ParrotMultiplyTool]:\n",
|
" def tool_constructor(self) -> Type[ParrotMultiplyTool]:\n",
|
||||||
" return ParrotMultiplyTool\n",
|
" return ParrotMultiplyTool\n",
|
||||||
@ -220,7 +220,7 @@
|
|||||||
"from langchain_standard_tests.unit_tests import ChatModelUnitTests\n",
|
"from langchain_standard_tests.unit_tests import ChatModelUnitTests\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"class ChatParrotLinkUnitTests(ChatModelUnitTests):\n",
|
"class TestChatParrotLinkUnit(ChatModelUnitTests):\n",
|
||||||
" @property\n",
|
" @property\n",
|
||||||
" def chat_model_class(self) -> Type[ChatParrotLink]:\n",
|
" def chat_model_class(self) -> Type[ChatParrotLink]:\n",
|
||||||
" return ChatParrotLink"
|
" return ChatParrotLink"
|
||||||
@ -239,7 +239,7 @@
|
|||||||
"from langchain_standard_tests.integration_tests import ChatModelIntegrationTests\n",
|
"from langchain_standard_tests.integration_tests import ChatModelIntegrationTests\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"class TestMistralStandard(ChatModelIntegrationTests):\n",
|
"class TestChatParrotLinkIntegration(ChatModelIntegrationTests):\n",
|
||||||
" @property\n",
|
" @property\n",
|
||||||
" def chat_model_class(self) -> Type[ChatParrotLink]:\n",
|
" def chat_model_class(self) -> Type[ChatParrotLink]:\n",
|
||||||
" return ChatParrotLink\n",
|
" return ChatParrotLink\n",
|
||||||
@ -258,16 +258,6 @@
|
|||||||
"<div style={{display:\"none\"}}>\n",
|
"<div style={{display:\"none\"}}>\n",
|
||||||
"Work in progress:\n",
|
"Work in progress:\n",
|
||||||
"<details>\n",
|
"<details>\n",
|
||||||
" <summary>Tools/Toolkits</summary>\n",
|
|
||||||
" TODO"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cell_type": "markdown",
|
|
||||||
"metadata": {},
|
|
||||||
"source": [
|
|
||||||
"</details>\n",
|
|
||||||
"<details>\n",
|
|
||||||
" <summary>Retrievers</summary>\n",
|
" <summary>Retrievers</summary>\n",
|
||||||
" TODO"
|
" TODO"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user