Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-06 16:48:07 +00:00
parent c054305823
commit d62233afb2

View File

@@ -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: