Spaces:
Runtime error
Runtime error
nnn
Browse files- 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 |
-
|
| 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 |
])
|