MCPcopy Index your code
hub / github.com/CommonstackAI/UncommonRoute / predict

Method predict

tests/test_signal_base.py:21–22  ·  view source on GitHub ↗
(self, row: dict)

Source from the content-addressed store, hash-verified

19def test_signal_is_protocol():
20 class DummySignal:
21 def predict(self, row: dict) -> TierVote:
22 return TierVote(tier_id=0, confidence=1.0)
23
24 sig = DummySignal()
25 result = sig.predict({"messages": []})

Callers 6

test_signal_is_protocolFunction · 0.95
mainFunction · 0.45
mainFunction · 0.45
predict_3Function · 0.45
predict_2Function · 0.45

Calls 1

TierVoteClass · 0.90

Tested by

no test coverage detected