mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 22:59:05 +00:00
update comment
This commit is contained in:
parent
ed006a7444
commit
f7b93f2062
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user