Update documentation for supported features

Enhanced descriptions in `README.md` for features:
**Conversation History with Question Reformulation**,
**Information about Token Usage**, and
**Response Streaming**.

Reformatted feature list in `Home.razor` to include bold headings
and detailed explanations for improved clarity.
This commit is contained in:
Marco Minerva
2025-05-07 17:25:14 +02:00
parent 32fce98b63
commit 42bfac1648
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -24,9 +24,9 @@ This repository contains a Blazor Web App as well as a Minimal API that allows t
## Supported features
- Conversation history with question reformulation
- Information about token usage
- Response streaming
- **Conversation History with Question Reformulation**: This feature allows users to view the history of their conversations, including the ability to reformulate questions for better clarity and understanding. This ensures that users can track their interactions and refine their queries as needed.
- **Information about Token Usage**: Users can access detailed information about token usage, which helps in understanding the consumption of tokens during interactions. This feature provides transparency and helps users manage their token usage effectively.
- **Response streaming**: This feature enables real-time streaming of responses, allowing users to receive information as it is being processed. This ensures a seamless and efficient flow of information, enhancing the overall user experience.
```json
{
@@ -13,7 +13,7 @@
<h3>Supported features</h3>
<ul>
<li>Conversation history with question reformulation</li>
<li>Information about token usage</li>
<li>Response streaming</li>
<li><strong>Conversation History with Question Reformulation</strong>: This feature allows users to view the history of their conversations, including the ability to reformulate questions for better clarity and understanding. This ensures that users can track their interactions and refine their queries as needed.</li>
<li><strong>Information about Token Usage</strong>: Users can access detailed information about token usage, which helps in understanding the consumption of tokens during interactions. This feature provides transparency and helps users manage their token usage effectively.</li>
<li><strong>Response Streaming</strong>: This feature enables real-time streaming of responses, allowing users to receive information as it is being processed. This ensures a seamless and efficient flow of information, enhancing the overall user experience.</li>
</ul>