mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 14:49:29 +00:00
standard-tests: set integration test parameters independent of unit test (#24979)
This ends up getting set in integration tests.
This commit is contained in:
parent
54e9ea433a
commit
c04d95b962
@ -59,6 +59,10 @@ def _validate_tool_call_message_no_args(message: BaseMessage) -> None:
|
||||
|
||||
|
||||
class ChatModelIntegrationTests(ChatModelTests):
|
||||
@property
|
||||
def standard_chat_model_params(self) -> dict:
|
||||
return {}
|
||||
|
||||
def test_invoke(self, model: BaseChatModel) -> None:
|
||||
result = model.invoke("Hello")
|
||||
assert result is not None
|
||||
|
Loading…
Reference in New Issue
Block a user