From e4ba3491427f8dcd0aaa2e4a3b3f868093dcfb7b Mon Sep 17 00:00:00 2001 From: Qingyun Wu Date: Mon, 4 Sep 2023 23:03:20 -0400 Subject: [PATCH] add SKD --- website/docs/Getting-Started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/Getting-Started.md b/website/docs/Getting-Started.md index 5cea89ba6..4e7a7ada9 100644 --- a/website/docs/Getting-Started.md +++ b/website/docs/Getting-Started.md @@ -59,6 +59,7 @@ response = autogen.Completion.create(context=test_instance, **config) * Understand the use cases for [multi-agent conversation](/docs/Use-Cases/agent_chat). * Understand the use cases for [enhanced LLM inference](/docs/Use-Cases/enhanced_inference). * Find code examples from [Examples](/docs/Examples/AutoGen-AgentChat). +* Read [SDK](https://microsoft.github.io/FLAML/docs/reference/autogen/agentchat/responsive_agent/). * Learn about [research](/docs/Research) around AutoGen. * Chat on [Discord](https://discord.gg/Cppx2vSPVP).