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

Function _empty_for

uncommon_route/traces.py:145–148  ·  view source on GitHub ↗
(field_name: str)

Source from the content-addressed store, hash-verified

143
144
145def _empty_for(field_name: str) -> Any:
146 if field_name in ("request_messages", "response_tool_calls"):
147 return None
148 return ""
149
150
151def _row_to_trace(row: dict[str, Any]) -> "RequestTrace":

Callers 2

recordMethod · 0.85
_loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected