Skip to content

Commit d521c3e

Browse files
committed
comment
1 parent 52c276c commit d521c3e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

eval_protocol/adapters/fireworks_tracing.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,7 @@ def get_evaluation_rows(
305305
to_timestamp: Explicit end time (ISO format)
306306
include_tool_calls: Whether to include tool calling traces
307307
sleep_between_gets: Sleep time between polling attempts (default: 2.5s)
308-
max_retries: Max retry attempts used by proxy for both:
309-
1. Rate limit errors (429) on individual API calls (fast exponential backoff)
310-
2. Ensuring all traces are fetched
311-
span_name: If provided, extract messages from generations within this named span
308+
max_retries: Max retry attempts used by proxy (default: 3)
312309
converter: Optional custom converter implementing TraceDictConverter protocol.
313310
If provided, this will be used instead of the default conversion logic.
314311

0 commit comments

Comments
 (0)