mchinea commited on
Commit
0f5ec0d
·
1 Parent(s): 952df75

update tools

Browse files
Files changed (1) hide show
  1. tools_smolagent.py +0 -2
tools_smolagent.py CHANGED
@@ -411,8 +411,6 @@ def modulus(a: int, b: int) -> int:
411
  """
412
  return a % b
413
 
414
- from langchain_core.tools import tool
415
-
416
 
417
  @tool
418
  def convert_units(value: float, from_unit: str, to_unit: str) -> float:
 
411
  """
412
  return a % b
413
 
 
 
414
 
415
  @tool
416
  def convert_units(value: float, from_unit: str, to_unit: str) -> float: