Skip to content

Commit fb33daf

Browse files
committed
doc
1 parent d521c3e commit fb33daf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

eval_protocol/adapters/fireworks_tracing.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -314,11 +314,6 @@ def get_evaluation_rows(
314314
315315
Raises:
316316
ValueError: If tags list is empty
317-
318-
Note:
319-
The proxy handles all retry logic internally using a single max_retries parameter
320-
for both rate limiting and completeness checking. If traces are incomplete after
321-
all retries, the proxy will return 404 with details about missing insertion_ids.
322317
"""
323318
# Validate that tags are provided
324319
if not tags or len(tags) == 0:

0 commit comments

Comments
 (0)