File size: 538 Bytes
cce8120
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
--- /dev/fd/63	2026-08-03 23:43:35.835892029 +0000
+++ /dev/fd/62	2026-08-03 23:43:35.835892029 +0000
@@ -1,4 +1 @@
-98:                    {"name": "generate_api", "description": "Generate backend API endpoints"},
-111:        if tool_name == "generate_api":
-224:def generate_api_endpoint(endpoint_path: str, method: str = "GET", description: str = ""):
-225:    return builder_service.generate_api(endpoint_path, method, description)
+42:    def generate_api(self, endpoint_path: str, method: str, description: str) -> Dict[str, Any]: