From f7b93f206237d4d01e9d02b86ff91d29b6444407 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Wed, 6 Aug 2025 16:08:57 -0400 Subject: [PATCH] update comment --- .../integration_tests/chat_models/test_chat_models_standard.py | 2 +- .../v1/chat_models/test_chat_models_standard_v1.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/partners/ollama/tests/integration_tests/chat_models/test_chat_models_standard.py b/libs/partners/ollama/tests/integration_tests/chat_models/test_chat_models_standard.py index c1397e1143e..95742e924f2 100644 --- a/libs/partners/ollama/tests/integration_tests/chat_models/test_chat_models_standard.py +++ b/libs/partners/ollama/tests/integration_tests/chat_models/test_chat_models_standard.py @@ -40,7 +40,7 @@ class TestChatOllama(ChatModelIntegrationTests): @property def has_tool_choice(self) -> bool: # TODO: update after Ollama implements - # https://github.com/ollama/ollama/blob/main/docs/openai.md + # https://github.com/ollama/ollama/blob/main/docs/openai.md#supported-request-fields return False @property diff --git a/libs/partners/ollama/tests/integration_tests/v1/chat_models/test_chat_models_standard_v1.py b/libs/partners/ollama/tests/integration_tests/v1/chat_models/test_chat_models_standard_v1.py index 74e30041f8c..abb0d54c435 100644 --- a/libs/partners/ollama/tests/integration_tests/v1/chat_models/test_chat_models_standard_v1.py +++ b/libs/partners/ollama/tests/integration_tests/v1/chat_models/test_chat_models_standard_v1.py @@ -67,7 +67,7 @@ class TestChatOllamaV1(ChatModelV1IntegrationTests): @property def has_tool_choice(self) -> bool: # TODO: update after Ollama implements - # https://github.com/ollama/ollama/blob/main/docs/openai.md + # https://github.com/ollama/ollama/blob/main/docs/openai.md#supported-request-fields return False def test_tool_streaming(self, model: BaseChatModel) -> None: