From 01d9d3baa1c12bf29c3463e0ec323fa5fbf5ba36 Mon Sep 17 00:00:00 2001 From: Kartik Mandaville Date: Fri, 15 Dec 2023 23:17:39 +0530 Subject: [PATCH] fixed a typo fron -> from --- 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)