mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-19 22:23:49 +00:00
Apply patch [skip ci]
This commit is contained in:
@@ -288,7 +288,7 @@ class TestGptOssResponseParsing:
|
||||
class TestGptOssIntegration:
|
||||
"""Integration tests for gpt-oss model with ChatOllama."""
|
||||
|
||||
@patch("ollama.Client")
|
||||
@patch("langchain_ollama.chat_models.Client")
|
||||
def test_invoke_with_tools(self, mock_client_class: MagicMock) -> None:
|
||||
"""Test invoking gpt-oss model with tools."""
|
||||
# Create mock client instance
|
||||
@@ -410,3 +410,4 @@ class TestChatParamsWithGptOss:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user