Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(validation): increase max_retries from 1 to 2 #433

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Conversation

jxnl
Copy link
Owner

@jxnl jxnl commented Feb 12, 2024

Ellipsis 🚀 This PR description was created by Ellipsis for commit 4d2f22a.

Summary:

This PR increases the max_retries parameter from 1 to 2 in several files, affecting the retry logic in response to validation errors.

Key points:

  • Updated max_retries from 1 to 2 in /docs/examples/self_critique.md, /examples/validators/competitors.py, /examples/validators/llm_validator.py, and /examples/validators/readme.md.
  • This change affects the retry logic in response to validation errors.

Generated with ❤️ by ellipsis.dev

@ellipsis-dev ellipsis-dev bot changed the title ... fix(validation): increase max_retries from 1 to 2 Feb 12, 2024
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Reviewed entire PR up to commit 4d2f22a

Reviewed 92 lines of code across 4 files in 15 second(s).

See details
  • Skipped files: 0 (please contact us to request support for these files)
  • Confidence threshold: 85%
  • Drafted 1 additional comments.
  • Workflow ID: wflow_Py2kO9jGhSey49Z0
View 1 draft comments

These comments were drafted by Ellipsis, but were filtered out of the final review. They're included here so you can see our internal thought process and help you configure your ellipsis.yaml.

Drafted 1 comments under confidence threshold

Filtered comment at docs/examples/self_critique.md:107

Confidence changes required: 10%

Commentary: The PR author has updated the max_retries parameter from 1 to 2 in multiple files. This change seems to be consistent across all the files and the author has also updated the corresponding comments and documentation. There doesn't seem to be any logical, performance, or security issues with this change. However, I'll double-check the codebase to ensure that this change doesn't affect other parts of the code.

The max_retries parameter has been updated from 1 to 2. This change is consistent across all the files in the PR. Please ensure that this change doesn't affect other parts of the codebase.


Something look wrong? You can customize Ellipsis by editing the ellipsis.yaml for this repository.

Generated with ❤️ by ellipsis.dev

@jxnl jxnl merged commit 2a215cd into main Feb 12, 2024
12 of 13 checks passed
@jxnl jxnl deleted the max-retries-bug branch February 12, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant