-
Notifications
You must be signed in to change notification settings - Fork 5k
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 a guide doc for GPTAssistantAgent #2562
Conversation
I'm not quite sure how to fix this CI error. Should I upload the notebook to the website first? @ekzhu |
@IANTHEREAL you can see the output in "process notebooks": https://github.com/microsoft/autogen/actions/runs/8922792168/job/24505683517?pr=2562#step:8:75
You can fix that notebook and then it will be processed and converted into a webapge in CI. To test it locally, in |
Thanks, error had been fixed |
* add a oai assistant agent guide * add a oai assistant agent guide * polish * address comments * remove useless type ingnore comments * fix ci --------- Co-authored-by: Ian Zhai <ian@IandeMacBook-Pro.local>
Why are these changes needed?
As the OpenAI Assistant API evolves, the GPTAssistantAgent have also changed. We need a document that can show users how to configure and use the GPTAssistantAgent, rather than through multiple examples and simple code comments.
Closes #2465
Checks