MCPcopy Create free account
hub / github.com/microsoft/JARVIS / RateLimitError

Class RateLimitError

taskbench/data_engine.py:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 logger.info(f"Done: {len(done)}, Failed: {len(failed)}")
224
225class RateLimitError(Exception):
226 def __init__(self, message):
227 super().__init__(message)
228
229class ContentFormatError(Exception):
230 def __init__(self, message):

Callers 1

sampleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected