MCPcopy Create free account
hub / github.com/agentscope-ai/Trinity-RFT / generate

Method generate

tests/common/config_test.py:24–25  ·  view source on GitHub ↗
(self, prompt: str, **kwargs)

Source from the content-addressed store, hash-verified

22
23class DummyInferenceModel(InferenceModel):
24 async def generate(self, prompt: str, **kwargs):
25 raise NotImplementedError
26
27 async def chat(self, messages, **kwargs):
28 raise NotImplementedError

Callers 3

test_generateMethod · 0.45
test_model_lenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected