Revert "Add Custom model endpoint provider" - #1431
Merged
Paul Lizer (paullizer) merged 1 commit intoSep 4, 2026
Merged
Conversation
Paul Lizer (paullizer)
added a commit
to zarg-dev/simplechat
that referenced
this pull request
Sep 4, 2026
Take Development through the revert of the Custom model endpoint provider (microsoft#1431 reverting microsoft#1228). Only two files conflicted, both mechanical. * config.py: kept VERSION 0.261.011. The revert returned Development to 0.261.009, so this is still ahead and needs no renumber. * release_notes.md: kept the v0.261.011 DLP section and took Development's side of the region below it, so the reverted v0.261.010 Custom model endpoint section is not reinstated. * Regenerated docs/explanation/release-notes/ so the generated pages drop the reverted v0.261.010 entry with the source. docs/_data/app_surface.yml was regenerated and is unchanged, since the revert did not alter the application surface this PR documents. Re-verified the DLP enforcement paths against the reverted file contents rather than assuming they carried over, because microsoft#1228 had touched both files: * save_chunks and save_chunks_batch still evaluate upload DLP before any embedding call, and the embedding character clamp still only narrows sanitized_chunk_text. * perform_web_search still has no user_message fallback, so only the DLP-approved query can reach the outbound search. * Video enhanced-citation upload still gates on the caller-supplied enable_enhanced_citations flag that upload DLP clears. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Reverts #1228