Skip to content

Commit 62524fe

Browse files
Trim verbose comment in fireworks_tracing adapter
Replace the 4-line narrating comment over the payload-decode block with a single intent line; the code already shows what it does. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 97ffb52 commit 62524fe

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

eval_protocol/adapters/fireworks_tracing.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,7 @@ def convert_trace_dict_to_evaluation_row(
101101
):
102102
break # Break early if we've found all the metadata we need
103103

104-
# Decode out-of-band gateway payloads (router replay, logprobs, prompt
105-
# token ids) via the standalone tracing decoder registry, then map the
106-
# decoded values onto the row. Format/decoding lives in
107-
# ``eval_protocol.tracing``; this adapter only does EvaluationRow glue.
104+
# Decoding lives in eval_protocol.tracing; here we only map results onto the row.
108105
payloads = trace.get("payloads")
109106
if isinstance(payloads, dict):
110107
decoded = decode_payloads(

0 commit comments

Comments
 (0)