-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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 assistant function usage notebook #639
Conversation
Codecov Report
@@ Coverage Diff @@
## main #639 +/- ##
=======================================
Coverage 28.73% 28.73%
=======================================
Files 27 27
Lines 3379 3379
Branches 760 760
=======================================
Hits 971 971
Misses 2337 2337
Partials 71 71
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a link to the notebook in
https://microsoft.github.io/autogen/docs/Examples/AgentChat
and
https://microsoft.github.io/autogen/docs/Use-Cases/agent_chat#diverse-applications-implemented-with-autogen
OK to do it in a separate PR.
* add oai assistant function call * polish * add titles * polish * Update notebook/agentchat_oai_assistant_function_call.ipynb Co-authored-by: Chi Wang <[email protected]> --------- Co-authored-by: Qingyun Wu <[email protected]> Co-authored-by: Chi Wang <[email protected]>
Why are these changes needed?
add a Notebook demonstrates how to leverage OSS Insight (Open Source Software Insight) for advanced GitHub data analysis by defining function calls in AutoGen for the OpenAI Assistant.
Related issue number
#602
Checks