Skip to content

Commit a2a2e1a

Browse files
committed
add doc for openai assistants
1 parent 4711260 commit a2a2e1a

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<img src="https://github.com/microsoft/autogen/blob/main/website/static/img/flaml.svg" width=200>
1313
<br>
1414
</p> -->
15-
:fire: Nov 11: AutoGen experimentally supports OpenAI's Assistants! Checkout the [GPT Assistant Agent](autogen/agentchat/contrib/gpt_assistant_agent.py).
15+
:fire: Nov 11: AutoGen experimentally supports OpenAI's Assistants! Checkout our [blogpost](https://microsoft.github.io/autogen/blog/2023/11/13/OAI-assistants) for details and examples.
1616

1717
:fire: Nov 8: AutoGen is selected into [Open100: Top 100 Open Source achievements](https://www.benchcouncil.org/evaluation/opencs/annual.html) 35 days after spinoff.
1818

website/docs/Examples/AgentChat.md

+5
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ Links to notebook examples:
3939
5. **Agent Teaching and Learning**
4040
- Teach Agents New Skills & Reuse via Automated Chat - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_teaching.ipynb)
4141
- Teach Agents New Facts, User Preferences and Skills Beyond Coding - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_teachability.ipynb)
42+
43+
6. **Multi-Agent Chat with OpenAI Assistants in the loop**
44+
- Chat with OpenAI Assistant using function call - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_function_call.ipynb)
45+
- Chat with OpenAI Assistant with Code Interpreter - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_code_interpreter.ipynb)
46+
- OpenAI Assistant in a Group Chat - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_groupchat.ipynb)

website/docs/Use-Cases/agent_chat.md

+5
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ The figure below shows six examples of applications built using AutoGen.
114114
- Teach Agents New Skills & Reuse via Automated Chat - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_teaching.ipynb)
115115
- Teach Agents New Facts, User Preferences and Skills Beyond Coding - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_teachability.ipynb)
116116

117+
6. **Multi-Agent Chat with OpenAI Assistants in the loop**
118+
- Chat with OpenAI Assistant using function call - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_function_call.ipynb)
119+
- Chat with OpenAI Assistant with Code Interpreter - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_code_interpreter.ipynb)
120+
- OpenAI Assistant in a Group Chat - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_groupchat.ipynb)
121+
117122
## For Further Reading
118123

119124
_Interested in the research that leads to this package? Please check the following papers._

0 commit comments

Comments
 (0)