update comment

This commit is contained in:
Mason Daugherty 2025-08-06 16:08:57 -04:00
parent ed006a7444
commit f7b93f2062
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

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

View File

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