MCPcopy Create free account
hub / github.com/CaraJ7/MMSearch / __init__

Method __init__

utils/utils.py:95–97  ·  view source on GitHub ↗
(self, max_results: int, rapidapi_name: str = "one")

Source from the content-addressed store, hash-verified

93 signature = f"{name}(query: str) -> str"
94
95 def __init__(self, max_results: int, rapidapi_name: str = "one"):
96 self.max_results = max_results
97 self.api_wrapper = RapidAPI(rapidapi_name)
98
99 async def __call__(self, query: str, screenshot_dir_path: str) -> List[Dict[str, Any]]:
100 try:

Callers

nothing calls this directly

Calls 1

RapidAPIClass · 0.85

Tested by

no test coverage detected