un-skip telemetry cells in notebook

This commit is contained in:
Hardik Shah 2025-01-16 11:54:25 -08:00
parent 821ac674ab
commit 74e4d520ac

View file

@ -2865,7 +2865,6 @@
}
],
"source": [
"# NBVAL_SKIP\n",
"print(f\"Getting traces for session_id={session_id}\")\n",
"import json\n",
"\n",
@ -2985,8 +2984,6 @@
}
],
"source": [
"# NBVAL_SKIP\n",
"\n",
"# post-process telemetry spance and prepare data for eval\n",
"# in this case, we want to assert that all user prompts is followed by a tool call\n",
"import ast\n",