This commit is contained in:
Agustin Armellini Fischer 2025-03-25 17:35:55 +01:00
parent 20893e2e49
commit 12063b47b5

View File

@ -317,6 +317,7 @@ def get_agentic_finance_table() -> str:
for h in header[1:]: for h in header[1:]:
row.append(feats.get(h)) row.append(feats.get(h))
def get_search_tools_table() -> str: def get_search_tools_table() -> str:
"""Get the table of search tools.""" """Get the table of search tools."""
header = ["tool", "pricing", "available_data"] header = ["tool", "pricing", "available_data"]