MCPcopy Index your code
hub / github.com/microsoft/JARVIS / RateLimitError

Class RateLimitError

taskbench/inference.py:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12logger.handlers = []
13
14class RateLimitError(Exception):
15 def __init__(self, message):
16 super().__init__(message)
17
18class ContentFormatError(Exception):
19 def __init__(self, message):

Callers 1

get_responseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected