Skip to content

Commit

Permalink
Added Reasoning to samples/concepts/README.md category
Browse files Browse the repository at this point in the history
  • Loading branch information
ymuichiro committed Jan 9, 2025
1 parent 512895d commit fd3e0dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/samples/concepts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit fd3e0dc

Please sign in to comment.