We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c276c commit d521c3eCopy full SHA for d521c3e
1 file changed
eval_protocol/adapters/fireworks_tracing.py
@@ -305,10 +305,7 @@ def get_evaluation_rows(
305
to_timestamp: Explicit end time (ISO format)
306
include_tool_calls: Whether to include tool calling traces
307
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
+ max_retries: Max retry attempts used by proxy (default: 3)
312
converter: Optional custom converter implementing TraceDictConverter protocol.
313
If provided, this will be used instead of the default conversion logic.
314
0 commit comments