mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 11:02:37 +00:00
tests[patch]: update API ref for chat models (#28594)
This commit is contained in:
@@ -230,7 +230,9 @@
|
||||
"\n",
|
||||
"Tests for \"optional\" capabilities are controlled via a set of properties that can be overridden on the test model subclass.\n",
|
||||
"\n",
|
||||
"You can see the entire list of properties in the API reference [here](https://python.langchain.com/api_reference/standard_tests/unit_tests/langchain_tests.unit_tests.chat_models.ChatModelTests.html). These properties are shared by both unit and integration tests.\n",
|
||||
"You can see the entire list of properties in the API references for\n",
|
||||
"[unit tests](https://python.langchain.com/api_reference/standard_tests/unit_tests/langchain_tests.unit_tests.chat_models.ChatModelUnitTests.html)\n",
|
||||
"and [integration tests](https://python.langchain.com/api_reference/standard_tests/integration_tests/langchain_tests.integration_tests.chat_models.ChatModelIntegrationTests.html).\n",
|
||||
"\n",
|
||||
"For example, to enable integration tests for image inputs, we can implement\n",
|
||||
"\n",
|
||||
|
Reference in New Issue
Block a user