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

Method find_by_response_id

uncommon_route/session.py:68–69  ·  view source on GitHub ↗
(self, response_id: str)

Source from the content-addressed store, hash-verified

66 self._by_response_id: dict[str, str] = {}
67
68 def find_by_response_id(self, response_id: str) -> str | None:
69 return self._by_response_id.get(response_id)
70
71 def record_response_id(self, session_id: str, response_id: str) -> None:
72 self._by_response_id[response_id] = session_id

Callers 3

derive_session_id_v2Function · 0.80

Calls 1

getMethod · 0.45

Tested by 2