File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments