From fd3e0dc96a861331f73000009dc55d6cde5dac33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81=E3=83=BC?= <47295014+ymuichiro@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:50:54 +0900 Subject: [PATCH] Added Reasoning to samples/concepts/README.md category --- python/samples/concepts/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python/samples/concepts/README.md b/python/samples/concepts/README.md index a7008d4b92af..f36af57c95e4 100644 --- a/python/samples/concepts/README.md +++ b/python/samples/concepts/README.md @@ -22,6 +22,7 @@ This section contains code snippets that demonstrate the usage of Semantic Kerne | Processes | Examples of using the [`Process Framework`](../../semantic_kernel/processes/) | | PromptTemplates | Using [`Templates`](https://github.com/microsoft/semantic-kernel/blob/main/python/semantic_kernel/prompt_template/prompt_template_base.py) with parametrization for `Prompt` rendering | | RAG | Different ways of `RAG` (Retrieval-Augmented Generation) | +| Reasoning | Using [`ChatCompletion`](https://github.com/microsoft/semantic-kernel/blob/main/python/semantic_kernel/connectors/ai/chat_completion_client_base.py) to reason with OpenAI Reasoning | | Search | Using search services information | | Service Selector | Shows how to create and use a custom service selector class. | | Setup | How to setup environment variables for Semantic Kernel |