On demand summarizer for on demand summaries#25394
Merged
WillieHabi merged 56 commits intomicrosoft:mainfrom Oct 13, 2025
Merged
On demand summarizer for on demand summaries#25394WillieHabi merged 56 commits intomicrosoft:mainfrom
WillieHabi merged 56 commits intomicrosoft:mainfrom
Conversation
jatgarg
reviewed
Sep 19, 2025
packages/loader/container-loader/src/createAndLoadContainerUtils.ts
Outdated
Show resolved
Hide resolved
jatgarg
reviewed
Sep 19, 2025
packages/loader/container-loader/src/createAndLoadContainerUtils.ts
Outdated
Show resolved
Hide resolved
jatgarg
reviewed
Sep 19, 2025
packages/loader/container-loader/src/createAndLoadContainerUtils.ts
Outdated
Show resolved
Hide resolved
packages/loader/container-loader/src/createAndLoadContainerUtils.ts
Outdated
Show resolved
Hide resolved
packages/loader/container-loader/src/createAndLoadContainerUtils.ts
Outdated
Show resolved
Hide resolved
packages/loader/container-loader/src/createAndLoadContainerUtils.ts
Outdated
Show resolved
Hide resolved
jatgarg
reviewed
Oct 9, 2025
packages/test/test-end-to-end-tests/src/test/summarization/onDemandSummarizerApi.spec.ts
Show resolved
Hide resolved
…succeeds while normal summary is inflight, on-demand summary succeeds after normal summary completes
jatgarg
reviewed
Oct 10, 2025
Contributor
|
🔗 Found some broken links! 💔 Run a link check locally to find them. See linkcheck output |
Contributor
Author
|
@jatgarg @anthony-murphy gentle nudge on this. |
Contributor
|
i won't have a chance to re-review here. looks like all my feedback was included, so don't consider me blocking |
jatgarg
approved these changes
Oct 13, 2025
anthony-murphy-agent
pushed a commit
to anthony-murphy-agent/FluidFramework
that referenced
this pull request
Jan 14, 2026
## Description This change introduces new public API `loadSummarizerContainerAndMakeSummary` to load a summarizer client container to produce an on-demand summary before disposing itself. We also add new `ISummaryConfigurationWithSummaryOnRequest` summary config that we check during summarizer initialzation to turn of client election and internal heurstics.
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.
Description
This change introduces new public API
loadSummarizerContainerAndMakeSummaryto load a summarizer client container to produce an on-demand summary before disposing itself.We also add new
ISummaryConfigurationWithSummaryOnRequestsummary config that we check during summarizer initialzation to turn of client election and internal heurstics.