mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
release: v1.0.0 (#32567)
Co-authored-by: Mohammad Mohtashim <45242107+keenborder786@users.noreply.github.com> Co-authored-by: Caspar Broekhuizen <caspar@langchain.dev> Co-authored-by: ccurme <chester.curme@gmail.com> Co-authored-by: Christophe Bornet <cbornet@hotmail.com> Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com> Co-authored-by: Sadra Barikbin <sadraqazvin1@yahoo.com> Co-authored-by: Vadym Barda <vadim.barda@gmail.com>
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
"""Test the standard tests on the custom chat model in the docs."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import pytest
|
||||
from langchain_core.language_models.chat_models import BaseChatModel
|
||||
from typing_extensions import Any
|
||||
|
||||
from langchain_tests.integration_tests import ChatModelIntegrationTests
|
||||
from langchain_tests.unit_tests import ChatModelUnitTests
|
||||
@@ -33,6 +34,7 @@ class TestChatParrotLinkIntegration(ChatModelIntegrationTests):
|
||||
def test_unicode_tool_call_integration(
|
||||
self,
|
||||
model: BaseChatModel,
|
||||
**_: Any,
|
||||
tool_choice: str | None = None, # noqa: PT028
|
||||
force_tool_call: bool = True, # noqa: FBT001, FBT002, PT028
|
||||
) -> None:
|
||||
"""Expected failure as ChatParrotLink doesn't support tool calling yet."""
|
||||
|
||||
Reference in New Issue
Block a user