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

Class ContentFormatError

taskbench/inference.py:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 super().__init__(message)
17
18class ContentFormatError(Exception):
19 def __init__(self, message):
20 super().__init__(message)
21
22@click.command()
23@click.option("--data_dir", default="data_huggingface", help="The directory of the data.")

Callers 1

get_responseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected