Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
def
_empty_for(field_name: str) -> Any:
146
if
field_name in (
"request_messages"
,
"response_tool_calls"
):
147
return
None
148
return
""
149
150
151
def
_row_to_trace(row: dict[str, Any]) ->
"RequestTrace"
:
Callers
2
record
Method · 0.85
_load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected