Nancy1906 commited on
Commit
2e077ea
·
verified ·
1 Parent(s): 4036a74
Files changed (1) hide show
  1. my_tools.py +1 -1
my_tools.py CHANGED
@@ -398,7 +398,7 @@ excel_tool = FunctionTool.from_defaults(
398
  description="Lee un archivo Excel (local o URL) y devuelve CSV."
399
  )
400
  botanical_tool = FunctionTool.from_defaults(
401
- fn=classify_botanical,
402
  name="classify_botanical_foods",
403
  description="Clasifica botánicamente una lista de alimentos."
404
  )
 
398
  description="Lee un archivo Excel (local o URL) y devuelve CSV."
399
  )
400
  botanical_tool = FunctionTool.from_defaults(
401
+ fn=classify_botanical_foods,
402
  name="classify_botanical_foods",
403
  description="Clasifica botánicamente una lista de alimentos."
404
  )