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

Method __init__

taskbench/data_engine.py:230–231  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

228
229class ContentFormatError(Exception):
230 def __init__(self, message):
231 super().__init__(message)
232
233async def sample(url, header, llm, temperature, top_p, check, tool_number, sampler, tools, method, figure_dir, wf, dependency_type):
234 start_time = datetime.now()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected