Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FakeResponse
Class · 0.70
__init__
Method · 0.70
Calls
1
FakeMessage
Class · 0.70
Tested by
1
__init__
Method · 0.56