Reapply https://github.com/dotnet/extensions/pull/6205#6706
Merged
jozkee merged 1 commit intodotnet:mainfrom Aug 12, 2025
Merged
Reapply https://github.com/dotnet/extensions/pull/6205#6706jozkee merged 1 commit intodotnet:mainfrom
jozkee merged 1 commit intodotnet:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR reapplies a previously lost change from PR #6205 that improves text clarity in a function description. The change corrects the wording in a Description attribute for better clarity and user understanding.
- Updated the Description attribute text for the
filenameFilterparameter in theSearchAsyncfunction to be more clear and concise - Removed conditional compilation comments that were no longer needed in the template code
- Applied streaming chat response implementation consistently across template snapshots
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| test/ProjectTemplates/Microsoft.Extensions.AI.Templates.IntegrationTests/Snapshots/aichatweb.Ollama_Qdrant.verified/aichatweb/aichatweb.Web/Components/Pages/Chat/Chat.razor | Updated to use streaming chat responses instead of single response calls |
| src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/ChatWithCustomData-CSharp.Web/Components/Pages/Chat/Chat.razor | Removed conditional compilation comments and cleaned up the streaming implementation |
...ts/aichatweb.Ollama_Qdrant.verified/aichatweb/aichatweb.Web/Components/Pages/Chat/Chat.razor
Show resolved
Hide resolved
MackinnonBuck
approved these changes
Aug 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It was lost into oblivion because git thought it was renamed to one of the snapshot files.
https://github.com/dotnet/extensions/commit/34cd461d4f4a53341d791dd1105e1eb1ef33ba6c.patch
I've updated the snapshot code to ensure it doesn't get lost again.
Microsoft Reviewers: Open in CodeFlow