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

Class FakeChatResponse

tests/test_llm_parser.py:295–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 self.message = FakeMessage(content)
294
295 class FakeChatResponse:
296 def __init__(self, content):
297 self.choices = [FakeChoice(content)]
298
299 class FakeClient:
300 def chat_completion(self, **kwargs):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected