tests[patch]: nits (#28601)

This commit is contained in:
ccurme
2024-12-06 19:13:04 -05:00
committed by GitHub
parent a32035d17d
commit d801c6ffc7
3 changed files with 4 additions and 2 deletions

View File

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