mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-29 15:28:54 +00:00
update comment
This commit is contained in:
@@ -40,7 +40,7 @@ class TestChatOllama(ChatModelIntegrationTests):
|
|||||||
@property
|
@property
|
||||||
def has_tool_choice(self) -> bool:
|
def has_tool_choice(self) -> bool:
|
||||||
# TODO: update after Ollama implements
|
# 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
|
return False
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
@@ -67,7 +67,7 @@ class TestChatOllamaV1(ChatModelV1IntegrationTests):
|
|||||||
@property
|
@property
|
||||||
def has_tool_choice(self) -> bool:
|
def has_tool_choice(self) -> bool:
|
||||||
# TODO: update after Ollama implements
|
# 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
|
return False
|
||||||
|
|
||||||
def test_tool_streaming(self, model: BaseChatModel) -> None:
|
def test_tool_streaming(self, model: BaseChatModel) -> None:
|
||||||
|
Reference in New Issue
Block a user