Skip to content

Commit 42bfac1

Browse files
committed
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.
1 parent 32fce98 commit 42bfac1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ This repository contains a Blazor Web App as well as a Minimal API that allows t
2424

2525
## Supported features
2626

27-
- Conversation history with question reformulation
28-
- Information about token usage
29-
- Response streaming
27+
- **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.
28+
- **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.
29+
- **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.
3030

3131
```json
3232
{

SqlDatabaseVectorSearch/Components/Pages/Home.razor

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<h3>Supported features</h3>
1515
<ul>
16-
<li>Conversation history with question reformulation</li>
17-
<li>Information about token usage</li>
18-
<li>Response streaming</li>
16+
<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>
17+
<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>
18+
<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>
1919
</ul>

0 commit comments

Comments
 (0)