MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / __init__

Method __init__

tests/test_llm_parser.py:292–293  ·  view source on GitHub ↗
(self, content)

Source from the content-addressed store, hash-verified

290
291 class FakeChoice:
292 def __init__(self, content):
293 self.message = FakeMessage(content)
294
295 class FakeChatResponse:
296 def __init__(self, content):

Callers

nothing calls this directly

Calls 1

FakeMessageClass · 0.70

Tested by

no test coverage detected