MCPcopy
hub / github.com/open-compass/VLMEvalKit / generate_inner

Method generate_inner

vlmeval/vlm/base.py:46–47  ·  view source on GitHub ↗
(self, message, dataset=None)

Source from the content-addressed store, hash-verified

44
45 @abstractmethod
46 def generate_inner(self, message, dataset=None):
47 raise NotImplementedError
48
49 def check_content(self, msgs):
50 """Check the content type of the input. Four types are allowed: str, dict, liststr, listdict.

Callers 1

generateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected