From fa2447308b6a75d9179d326e6363e20fa5ec9498 Mon Sep 17 00:00:00 2001 From: Evan Mattson <35585003+moonbox3@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:32:36 -0500 Subject: [PATCH] Python: Update the samples/demos readme. (#9720) ### Motivation and Context Update the samples/demos readme. ### Description Update the samples/demos readme. ### Contribution Checklist - [X] The code builds clean without any errors or warnings - [X] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [X] All unit tests pass, and I have added new tests where possible - [X] I didn't break anyone :smile: --- python/samples/demos/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/samples/demos/README.md b/python/samples/demos/README.md index 1387b06b0d5a..fa23e14b3c4d 100644 --- a/python/samples/demos/README.md +++ b/python/samples/demos/README.md @@ -6,4 +6,6 @@ Demonstration applications that leverage the usage of one or many SK features | ----------------- | ----------------------------------------------- | | assistants_group_chat | A sample Agent demo that shows a chat functionality with an OpenAI Assistant agent. | | booking_restaurant | A sample chat bot that leverages the Microsoft Graph and Bookings API as a Semantic Kernel plugin to make a fake booking at a restaurant. | +| guided_conversations | A sample showing a framework for a pattern of use cases referred to as guided conversations. | +| processes_with_dapr | A sample showing the Semantic Kernel process framework used with the Python Dapr runtime. | | telemetry_with_application_insights | A sample project that shows how a Python application can be configured to send Semantic Kernel telemetry to Application Insights. | \ No newline at end of file