mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 15:35:14 +00:00
x
This commit is contained in:
@@ -93,7 +93,6 @@ class _MagicFunctionSchema(BaseModel):
|
||||
|
||||
@tool(args_schema=_MagicFunctionSchema)
|
||||
def magic_function(_input: int) -> int:
|
||||
"""Apply a magic function to an input."""
|
||||
return _input + 2
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user