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 a guide doc for GPTAssistantAgent #2562

Merged
merged 8 commits into from
May 3, 2024

Conversation

IANTHEREAL
Copy link
Collaborator

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

website/docs/topics/gpt-assistant/gpt_assistant.md Outdated Show resolved Hide resolved
website/docs/topics/gpt-assistant/gpt_assistant.md Outdated Show resolved Hide resolved
website/docs/topics/gpt-assistant/gpt_assistant.md Outdated Show resolved Hide resolved
website/docs/topics/gpt-assistant/gpt_assistant.md Outdated Show resolved Hide resolved
@IANTHEREAL
Copy link
Collaborator Author

I'm not quite sure how to fix this CI error. Should I upload the notebook to the website first? @ekzhu

@ekzhu
Copy link
Collaborator

ekzhu commented May 3, 2024

@IANTHEREAL you can see the output in "process notebooks": https://github.com/microsoft/autogen/actions/runs/8922792168/job/24505683517?pr=2562#step:8:75

Error: agentchat_oai_assistant_function_call.ipynb: Title not found in notebook

You can fix that notebook and then it will be processed and converted into a webapge in CI.

To test it locally, in /website, you can run python process_notebooks.py render

@IANTHEREAL
Copy link
Collaborator Author

@IANTHEREAL you can see the output in "process notebooks": https://github.com/microsoft/autogen/actions/runs/8922792168/job/24505683517?pr=2562#step:8:75

Error: agentchat_oai_assistant_function_call.ipynb: Title not found in notebook

You can fix that notebook and then it will be processed and converted into a webapge in CI.

To test it locally, in /website, you can run python process_notebooks.py render

Thanks, error had been fixed

@ekzhu ekzhu added this pull request to the merge queue May 3, 2024
Merged via the queue into microsoft:main with commit bf0c49d May 3, 2024
18 checks passed
@IANTHEREAL IANTHEREAL deleted the gpt-assistant-docs branch May 3, 2024 08:26
jayralencar pushed a commit to jayralencar/autogen that referenced this pull request May 28, 2024
* 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>
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.

Need a user guide page in website/docs/topics/ to document the OAI Assistant.
3 participants