MCPcopy Create free account
hub / github.com/OpenDCAI/DataFlow-MM / generate_from_input

Method generate_from_input

test/test_data_selection.py:36–37  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

34 )
35
36 def generate_from_input(self, *args, **kwargs):
37 return self.model.generate_from_input(*args, **kwargs)
38
39class DataSelectionPipeline():
40 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected