Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ FakeOutputs
Class
FakeOutputs
tests/test_llm_parser.py:678–680 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
676
return
'{"action":"adjust_interest","direction":"decrease","topics":["GUI Agent"],"confidence":0.9}'
677
678
class
FakeOutputs:
679
def
__getitem__(self, index):
680
return
list(range(6))
681
682
class
FakeModel:
683
def
__init__(self, device):
Callers
1
generate
Method · 0.85
Calls
no outgoing calls
Tested by
1
generate
Method · 0.68