Remove fal-first provider guidance

This commit is contained in:
calesthio
2026-04-08 13:04:32 -07:00
parent dfae315656
commit a919fde450
9 changed files with 34 additions and 26 deletions
+4
View File
@@ -242,6 +242,10 @@ class ToolRegistry:
menu[cap]["unavailable"].append(entry)
menu[cap]["total"] += 1
for bucket in menu.values():
bucket["available"].sort(key=lambda entry: (entry["provider"], entry["name"]))
bucket["unavailable"].sort(key=lambda entry: (entry["provider"], entry["name"]))
return dict(sorted(menu.items()))
def gpu_required_tools(self) -> list[str]: