From 51ff2217c9db6d68ab8958e021f64ca4e7395adc Mon Sep 17 00:00:00 2001 From: mrchatam <287639636+mrchatam@users.noreply.github.com> Date: Fri, 11 Sep 2026 23:06:27 +0000 Subject: [PATCH] docs: remove duplicate 'and' in guided conversations README --- python/samples/demos/guided_conversations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samples/demos/guided_conversations/README.md b/python/samples/demos/guided_conversations/README.md index 858336b2b5ea..8b7859d0de22 100644 --- a/python/samples/demos/guided_conversations/README.md +++ b/python/samples/demos/guided_conversations/README.md @@ -42,7 +42,7 @@ This sample uses the same tooling as the [Semantic Kernel](https://github.com/mi ## How You Can Use This Framework ### Add a new scenario -Create a new file and and define the following inputs: +Create a new file and define the following inputs: - An artifact - Rules - Conversation flow (optional)