MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / DummySignal

Class DummySignal

tests/test_signal_base.py:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
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 1

test_signal_is_protocolFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_signal_is_protocolFunction · 0.68