mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 15:04:13 +00:00
standard-tests: Bump ruff version to 0.9 (#29230)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
committed by
GitHub
parent
e4a78dfc2a
commit
2340b3154d
@@ -9,8 +9,7 @@ from langchain_tests.unit_tests import ToolsUnitTests
|
||||
class ParrotMultiplyTool(BaseTool): # type: ignore
|
||||
name: str = "ParrotMultiplyTool"
|
||||
description: str = (
|
||||
"Multiply two numbers like a parrot. Parrots always add "
|
||||
"eighty for their matey."
|
||||
"Multiply two numbers like a parrot. Parrots always add eighty for their matey."
|
||||
)
|
||||
|
||||
def _run(self, a: int, b: int) -> int:
|
||||
|
Reference in New Issue
Block a user