We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d521c3e commit fb33dafCopy full SHA for fb33daf
eval_protocol/adapters/fireworks_tracing.py
@@ -314,11 +314,6 @@ def get_evaluation_rows(
314
315
Raises:
316
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.
322
"""
323
# Validate that tags are provided
324
if not tags or len(tags) == 0:
0 commit comments