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

OpenAI error handling #1232

Merged
merged 24 commits into from
Sep 14, 2023
Merged

OpenAI error handling #1232

merged 24 commits into from
Sep 14, 2023

Conversation

rounak610
Copy link
Collaborator

@rounak610 rounak610 commented Sep 13, 2023

Description

Related Issues

Solution and Design

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 Sep 13, 2023

Codecov Report

Patch coverage: 54.05% and project coverage change: +0.02% 🎉

Comparison is base (cb7e1bf) 59.13% compared to head (11e7213) 59.15%.
Report is 21 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1232      +/-   ##
==========================================
+ Coverage   59.13%   59.15%   +0.02%     
==========================================
  Files         220      221       +1     
  Lines       10669    10775     +106     
  Branches     1135     1155      +20     
==========================================
+ Hits         6309     6374      +65     
- Misses       4048     4080      +32     
- Partials      312      321       +9     
Files Changed Coverage Δ
superagi/llms/openai.py 56.89% <0.00%> (ø)
...agi/tools/google_serp_search/google_serp_search.py 0.00% <0.00%> (ø)
superagi/agent/agent_tool_step_handler.py 75.48% <20.00%> (-1.85%) ⬇️
superagi/agent/agent_iteration_step_handler.py 56.64% <33.33%> (-0.50%) ⬇️
superagi/agent/agent_message_builder.py 72.63% <33.33%> (-1.29%) ⬇️
superagi/agent/queue_step_handler.py 60.24% <33.33%> (-1.01%) ⬇️
superagi/helper/feed_parser.py 32.25% <33.33%> (+0.11%) ⬆️
superagi/controllers/agent_execution_feed.py 55.33% <38.46%> (+3.69%) ⬆️
superagi/tools/instagram_tool/instagram.py 55.33% <50.00%> (-0.22%) ⬇️
superagi/tools/github/review_pull_request.py 71.76% <60.00%> (-0.74%) ⬇️
... and 11 more

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

@Tarraann Tarraann merged commit c6f93a2 into dev Sep 14, 2023
3 of 5 checks passed
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.

3 participants