-
Notifications
You must be signed in to change notification settings - Fork 1k
.NET: [Breaking] Prevent loss of input messages & streamed updates when resuming streaming #2748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
31a5343
save input messages and stream updates to the continuation token to b…
SergeyMenshykh 16e7b1e
Merge branch 'main' into fix-data-loss
SergeyMenshykh 0fe912e
Update dotnet/src/Microsoft.Agents.AI/ChatClient/ChatClientAgentConti…
SergeyMenshykh 84a368d
Update dotnet/src/Microsoft.Agents.AI/ChatClient/ChatClientAgentConti…
SergeyMenshykh 238d9de
Update dotnet/tests/Microsoft.Agents.AI.UnitTests/ChatClient/ChatClie…
SergeyMenshykh 2ef8f3a
Update dotnet/src/Microsoft.Agents.AI/ChatClient/ChatClientAgentConti…
SergeyMenshykh 4e6a701
Update dotnet/src/Microsoft.Agents.AI/ChatClient/ChatClientAgentConti…
SergeyMenshykh 519f453
fix typo
SergeyMenshykh 2384a9d
Merge branch 'fix-data-loss' of https://github.com/SergeyMenshykh/age…
SergeyMenshykh 38e1cae
Merge branch 'main' into fix-data-loss
SergeyMenshykh 451ae90
Merge branch 'main' into fix-data-loss
SergeyMenshykh 622e709
Merge branch 'main' into fix-data-loss
SergeyMenshykh a60458e
Merge branch 'main' into fix-data-loss
SergeyMenshykh 81fb8e8
Merge branch 'main' into fix-data-loss
SergeyMenshykh 9579eec
Merge branch 'main' into fix-data-loss
SergeyMenshykh 24cd818
init continuation token from chat response
SergeyMenshykh df5492a
remove unnecessary types for source generation
SergeyMenshykh e3a0cfe
merge with the latest main
SergeyMenshykh 3e40eb9
remove check for continuation token passed at initial run
SergeyMenshykh ae6f57d
remove check for continuation token pass at initial run
SergeyMenshykh 07f0bd5
centralize continuation token parsing
SergeyMenshykh 98a7d36
Merge branch 'main' into fix-data-loss
SergeyMenshykh 074ac85
update xml comments
SergeyMenshykh 3989023
Merge branch 'fix-data-loss' of https://github.com/SergeyMenshykh/age…
SergeyMenshykh bf78569
Merge branch 'main' into fix-data-loss
SergeyMenshykh 7883a29
use readonly collection instead of enumerable
SergeyMenshykh 8b41d2b
Merge branch 'fix-data-loss' of https://github.com/SergeyMenshykh/age…
SergeyMenshykh 06065db
Merge branch 'main' into fix-data-loss
SergeyMenshykh aa799f3
Merge branch 'main' into fix-data-loss
SergeyMenshykh 3917b43
Merge branch 'main' into fix-data-loss
SergeyMenshykh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.