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

stop agent from executing if model is not found #1155

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

Fluder-Paradyne
Copy link
Collaborator

Description

Stop agent if model doesnt exsist

Related Issues

Solution and Design

If model does exsist it throws an exception
we use this exception to stop

Test Plan

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Docs update

Checklist

  • My pull request is atomic and focuses on a single change.
  • I have read the contributing guide and my code conforms to the guidelines.
  • I have documented my changes clearly and comprehensively.
  • I have added the required tests.

@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.03% ⚠️

Comparison is base (fecd315) 58.82% compared to head (edb3888) 58.80%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1155      +/-   ##
==========================================
- Coverage   58.82%   58.80%   -0.03%     
==========================================
  Files         216      216              
  Lines       10237    10241       +4     
  Branches     1068     1069       +1     
==========================================
  Hits         6022     6022              
- Misses       3933     3937       +4     
  Partials      282      282              
Files Changed Coverage Δ
superagi/jobs/agent_executor.py 29.59% <0.00%> (-1.26%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@luciferlinx101 luciferlinx101 merged commit 924506c into main Aug 30, 2023
6 of 9 checks passed
jfischburg-us pushed a commit to jfischburg-us/SuperAGI that referenced this pull request Aug 30, 2023
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