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 minor issues #169

Merged
merged 4 commits into from
Jul 16, 2024
Merged

Fix minor issues #169

merged 4 commits into from
Jul 16, 2024

Conversation

dillonalaird
Copy link
Member

@dillonalaird dillonalaird commented Jul 15, 2024

Fixes a few issues

  • Remove outer retry loop
  • Add more context for debugger
  • Fix max retries on testing plans

Copy link
Collaborator

@shankar-vision-eng shankar-vision-eng 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. From what i'm seeing the new retry flow has 2 separate retries

  • One retry loop for pick plan which is capped at 3
  • One retry loop in write and test code to debug errors and fix them. also capped at 3

with the latest set of changes the pick plan comes up with 2-3 tools for the same task and figures out the best one. What could go wrong there to try 3 times ?

Copy link
Collaborator

@shankar-vision-eng shankar-vision-eng left a comment

Choose a reason for hiding this comment

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

LGTM

@dillonalaird dillonalaird merged commit add68ce into main Jul 16, 2024
8 checks passed
@dillonalaird dillonalaird deleted the fix-minor-issues branch July 16, 2024 23:54
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.

2 participants