Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
logger.handlers = []
13
14
class
RateLimitError(Exception):
15
def
__init__(self, message):
16
super().__init__(message)
17
18
class
ContentFormatError(Exception):
19
def
__init__(self, message):
Callers
1
get_response
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected