-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Enable human interaction in AutoGenStudio #3445
Closed
SailorJoe6
wants to merge
12
commits into
microsoft:autogenstudio
from
SailorJoe6:issue_#1358_human_input
Closed
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
2e77d3b
Fix AutoGen Studio pathPrefix error on Windows (#3406)
New-World-2019 5861bd9
fix: tool calling cohere (#3355)
Anirudh31415926535 9429355
Enable human interaction in AutoGenStudio
SailorJoe6 084532e
[.Net] add output schema to generateReplyOption (#3450)
LittleLittleCloud d3cf0c8
Formatting checks suggested by linter, plus remove some unused imports
SailorJoe6 4577524
Use utf-8 encoding at subprocess.run() (#3454)
giorgossideris f37bb7f
This commit handles the UI issues and occasional errors caused by an …
SailorJoe6 5b6a73a
Fix for `UnboundLocalError: local variable 'data' referenced before a…
SailorJoe6 0f95d64
Merge branch 'microsoft:main' into issue_#1358_human_input
SailorJoe6 a6e6b95
Merge branch 'autogenstudio' into issue_#1358_human_input
SailorJoe6 a2b2dc8
Creating a new session or clicking on a different session while waiti…
SailorJoe6 8182af2
Disable the "New" session button too. Not sure how I missed this one…
SailorJoe6 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 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 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 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 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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SailorJoe6 ,
Can we restrict/isolate all changes to samples/apps/autogen-studio/* ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @victordibia, terribly sorry about this one. It was unintentional. I synced my Fork, and when I did, github merged main into my branch. Not sure why, but one guess is that it's because
autogenstudio
branch andmain
were pointed at the same commit on the day I created my branch, so github assumed my branch was based on main when I synced my fork. Other guess is I was tired at the time and clicked a wrong button. Anyway, based on my other comment below, we may prefer to start clean anyway.