Nancy1906 commited on
Commit
bc4844e
·
verified ·
1 Parent(s): b42fb44
Files changed (1) hide show
  1. my_tools.py +2 -2
my_tools.py CHANGED
@@ -237,8 +237,8 @@ all_tools = [search_tool, scrape_tool, table_tool, code_tool, excel_tool, botani
237
 
238
  # Construir descripciones de herramientas
239
  # Cada FunctionTool tiene .name y .tool_config.description
240
- tool_descriptions = "
241
- ".join([
242
  f"{t.name}: {t.tool_config.description}"
243
  for t in all_tools
244
  ])
 
237
 
238
  # Construir descripciones de herramientas
239
  # Cada FunctionTool tiene .name y .tool_config.description
240
+ tool_descriptions =
241
+ .join([
242
  f"{t.name}: {t.tool_config.description}"
243
  for t in all_tools
244
  ])