mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-22 11:00:37 +00:00
tests[patch]: nits (#28601)
This commit is contained in:
@@ -105,6 +105,8 @@ class ChatModelTests(BaseStandardTests):
|
||||
|
||||
@pytest.fixture
|
||||
def my_adder_tool(self) -> BaseTool:
|
||||
""":private:"""
|
||||
|
||||
@tool
|
||||
def my_adder_tool(a: int, b: int) -> int:
|
||||
"""Takes two integers, a and b, and returns their sum."""
|
||||
|
Reference in New Issue
Block a user