-
Notifications
You must be signed in to change notification settings - Fork 2.1k
.NET: Give a hosted agent a single source of conversation history #7525
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
Open
Roger Barreto (rogerbarreto)
wants to merge
18
commits into
microsoft:main
Choose a base branch
from
rogerbarreto:features/hosted-chat-history-provider
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
82bcda7
Read hosted chat history through a provider instead of the request input
rogerbarreto eeb7026
Add regression tests for the duplicated hosted chat history
rogerbarreto 3f42270
Keep unstored turns in the session so mixed conversations stay whole
rogerbarreto 4f4461d
Refuse a stored turn once a conversation holds unstored ones
rogerbarreto dd4a042
Say plainly that kept turns belong to the session
rogerbarreto dc8aab4
Show which half of the conversation each provider decides
rogerbarreto 84b8fba
Say why a hosted workflow keeps taking history from the handler
rogerbarreto 0a7bb6f
Ask the session store whether a turn is a resume
rogerbarreto 4bc1230
Drop the experimental marker from an internal type
rogerbarreto a9c72d0
Stand down the agent's second-manager guard for the host's own provider
rogerbarreto 4bf85dc
Pass a caller's request not to store on to the chat client
rogerbarreto f2baf7d
Hand the conversation to the agent's own provider instead of a host one
rogerbarreto 0ae968f
Run the agent's own request factory instead of replacing it
rogerbarreto a5e149e
Cover a stored conversation that stops being stored and asks again
rogerbarreto 1477c28
Leave the conversation to the AgentServer storage provider alone
rogerbarreto a3ea304
Narrow the history skip to a resumed workflow
rogerbarreto aa78220
Add a live test that a hosted turn is not stored twice
rogerbarreto 6b1981e
Let the session carry the conversation in the downstream store test
rogerbarreto 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
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
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
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
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.