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

Function _row

tests/test_traces_jsonl.py:17–25  ·  view source on GitHub ↗
(ts: float, request_id: str, **extra: object)

Source from the content-addressed store, hash-verified

15
16
17def _row(ts: float, request_id: str, **extra: object) -> dict:
18 base = {
19 "request_id": request_id,
20 "timestamp": ts,
21 "model": "x",
22 "session_id": "s1",
23 }
24 base.update(extra)
25 return base
26
27
28class TestFileTraceStorageAppend:

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected