From 67ca9969df5c6264b40f5a7e088f397ce168a168 Mon Sep 17 00:00:00 2001 From: Kartik Mandaville Date: Sat, 16 Dec 2023 03:18:33 +0530 Subject: [PATCH] fixed a typo fron -> from (#992) --- samples/apps/autogen-assistant/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/apps/autogen-assistant/README.md b/samples/apps/autogen-assistant/README.md index 35d1f9932cd..6bf00000ad2 100644 --- a/samples/apps/autogen-assistant/README.md +++ b/samples/apps/autogen-assistant/README.md @@ -8,7 +8,7 @@ AutoGen Assistant is an Autogen-powered AI app (user interface) that can convers Some of the capabilities supported by the app frontend include the following: -- [x] Select fron a list of agents (current support for two agent workflows - `UserProxyAgent` and `AssistantAgent`) +- [x] Select from a list of agents (current support for two agent workflows - `UserProxyAgent` and `AssistantAgent`) - [x] Modify agent configuration (e.g. temperature, model, agent system message, model etc) and chat with updated agent configurations. - [x] View agent messages and output files in the UI from agent runs. - [ ] Support for more complex agent workflows (e.g. `GroupChat` workflows)