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

Class FakeChoice

tests/test_llm_parser.py:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 content = '{"action":"unknown","confidence":0.2}'
170
171 class FakeChoice:
172 message = FakeMessage()
173 finish_reason = "stop"
174
175 class FakeResponse:
176 choices = [FakeChoice()]

Callers 2

FakeResponseClass · 0.70
__init__Method · 0.70

Calls 1

FakeMessageClass · 0.70

Tested by 1

__init__Method · 0.56