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

Function _has_verification_context

uncommon_route/proxy.py:1317–1319  ·  view source on GitHub ↗
(text: str, command: str = "")

Source from the content-addressed store, hash-verified

1315
1316
1317def _has_verification_context(text: str, command: str = "") -> bool:
1318 haystack = f"{command}\n{text}".lower()
1319 return any(marker in haystack for marker in _VERIFICATION_CONTEXT_MARKERS)
1320
1321
1322def _contains_tool_failure_signal(text: str, command: str = "") -> bool:

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected