We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8426f73 commit 8799f0cCopy full SHA for 8799f0c
1 file changed
src/pyob/models.py
@@ -381,10 +381,6 @@ def get_valid_llm_response_engine(
381
382
# If still invalid, back off and retry
383
wait = 300 if is_cloud else 10
384
-
385
- # --- ADD THIS LINE SO YOU CAN SEE WHAT IT FAILED ON ---
386
- logger.error(f"Validation Failed! The AI said: '{response_text}'")
387
388
logger.warning(f"AI response failed validation. Backing off {wait}s...")
389
time.sleep(wait)
390
attempts += 1
0 commit comments