forked from natnew/100-Python-Projects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtraces.jsonl
More file actions
4 lines (4 loc) · 721 Bytes
/
traces.jsonl
File metadata and controls
4 lines (4 loc) · 721 Bytes
1
2
3
4
{"event": "run_start", "run_id": "53662669-af10-46b1-b060-877a32cabc81", "timestamp": "2026-01-18T16:35:45.665526"}
{"event": "step", "run_id": "53662669-af10-46b1-b060-877a32cabc81", "timestamp": "2026-01-18T16:35:45.666949", "step": "search_tool", "input": {"query": "Weather in NY"}, "output": "25C, Sunny", "metadata": {"latency_ms": 120}}
{"event": "step", "run_id": "53662669-af10-46b1-b060-877a32cabc81", "timestamp": "2026-01-18T16:35:45.667514", "step": "llm_reasoning", "input": "Context: 25C...", "output": "It is warm in NY.", "metadata": {}}
{"event": "error", "run_id": "53662669-af10-46b1-b060-877a32cabc81", "timestamp": "2026-01-18T16:35:45.668163", "step": "api_call", "error": "API Connection Failed"}