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

Add function generator and validator to gallery #1807

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Add function generator and validator to gallery #1807

merged 1 commit into from
Feb 29, 2024

Conversation

abhaymathur21
Copy link
Contributor

@abhaymathur21 abhaymathur21 commented Feb 28, 2024

Why are these changes needed?

Me and my team made this project where, in a custom-made UI, user input is taken for the task to be performed, the output format, the database schema and the language for the code to be written in. This is sent to an LLM which then generates code for a function that is meant to perform the specified task. This generated code is then sent to the AutoGen user_proxy and assistant agents where they are told to generate appropriate sample data relevant to the code and then run and test it on that data and fix any bugs and output the final working code.

This project has also been implemented as a VS Code extension to make life easier for developers.

Related issue number

Checks

@codecov-commenter
Copy link

codecov-commenter commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.95%. Comparing base (d35754d) to head (7bb318e).
Report is 584 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1807   +/-   ##
=======================================
  Coverage   36.95%   36.95%           
=======================================
  Files          62       62           
  Lines        6529     6529           
  Branches     1447     1447           
=======================================
  Hits         2413     2413           
  Misses       3922     3922           
  Partials      194      194           
Flag Coverage Δ
unittests 36.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Collaborator

@HyperCodec HyperCodec left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@skzhang1 skzhang1 left a comment

Choose a reason for hiding this comment

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

LGTM

@sonichi sonichi added this pull request to the merge queue Feb 29, 2024
Merged via the queue into microsoft:main with commit 4d0d486 Feb 29, 2024
19 checks passed
whiskyboy pushed a commit to whiskyboy/autogen that referenced this pull request Apr 17, 2024
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.

6 participants