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

Method __init__

taskbench/inference.py:15–16  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

13
14class RateLimitError(Exception):
15 def __init__(self, message):
16 super().__init__(message)
17
18class ContentFormatError(Exception):
19 def __init__(self, message):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected