-
Notifications
You must be signed in to change notification settings - Fork 206
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
[JS] fix: streaming - citations, feedback loop, and duplicate typing activity #2185
Merged
Conversation
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
aacebo
previously approved these changes
Nov 14, 2024
1 task
corinagum
previously approved these changes
Nov 25, 2024
1 task
aacebo
approved these changes
Jan 2, 2025
corinagum
approved these changes
Jan 6, 2025
singhk97
pushed a commit
that referenced
this pull request
Jan 6, 2025
## Linked issues closes: #minor ## Details match with #2185, bug fixes & citations is now enabled during streaming, and for the final message. ![image](https://github.com/user-attachments/assets/951c63e6-42cf-4280-9ef9-27efbd33fced) ## Attestation Checklist - [x] My code follows the style guidelines of this project - I have checked for/fixed spelling, linting, and other errors - I have commented my code for clarity - I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient) - My changes generate no new warnings - I have added tests that validates my changes, and provides sufficient test coverage. I have tested with: - Local testing - E2E testing in Teams - New and existing unit tests pass locally with my changes --------- Co-authored-by: lilydu <lilydu+odspmdb@microsoft.com>
corinagum
pushed a commit
that referenced
this pull request
Jan 7, 2025
## Linked issues closes: #minor ## Details match with #2185 and #2202, ![image](https://github.com/user-attachments/assets/06846624-0b4b-4913-9177-10016ec9b108) - citations is now enabled during streaming, and for the final message - updated colour/outline pngs for sample to adhere to manifest validation - fixed indexing for citations `position` - added `StreamingEntity` class to fix serialization on `streaminfo` object - version 2 of poetry was released which led to a few scripts failing ## Attestation Checklist - [x] My code follows the style guidelines of this project - I have checked for/fixed spelling, linting, and other errors - I have commented my code for clarity - I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient) - My changes generate no new warnings - I have added tests that validates my changes, and provides sufficient test coverage. I have tested with: - Local testing - E2E testing in Teams - New and existing unit tests pass locally with my changes --------- Co-authored-by: lilydu <lilydu+odspmdb@microsoft.com>
corinagum
added a commit
that referenced
this pull request
Jan 8, 2025
#minor ## Changes * [JS] chore: Release 1.7.0 by @corinagum in #2222 * [repo] bump: (deps): Bump github/codeql-action from 3.27.5 to 3.27.6 in the production group by @dependabot in #2223 * [repo] docs: Update wording in the sample readmes for clarity by @corinagum in #2225 * [repo] fix: C# Citations' `encodingFormat` to not be hardcoded. Fix JS AssistantsPlanner options to set api version by @corinagum in #2235 * [repo] bump: (deps): Bump github/codeql-action from 3.27.6 to 3.27.9 in the production group by @dependabot in #2239 * [JS] bump: (deps-dev): Bump @microsoft/api-extractor from 7.48.0 to 7.48.1 in /js in the development group by @dependabot in #2238 * [JS] Bump Teams AI for patch release 1.7.1 by @corinagum in #2236 * [JS] fix: streaming - citations, feedback loop, and duplicate typing activity by @lilyydu in #2185 * [JS] fix: Assistants Planner API version by @corinagum in #2256 * [JS] bump: (deps-dev): Bump @types/lodash from 4.17.13 to 4.17.14 in /js in the development group by @dependabot in #2255 * [JS] bump: (deps): Bump the production group across 1 directory with 2 updates by @dependabot in #2254 * [JS] bump: Updating Feedback buttons to the sample by @Jegadeesh-MSFT in #2245 Co-authored-by: Corina Gum <>
This was referenced Jan 23, 2025
singhk97
added a commit
that referenced
this pull request
Feb 3, 2025
## Linked issues closes: #2167 ## Details ported over from: #2275, #2185 (feedback loop type streaming changes) - Added `FeedbackLoopType` flag to configure the feedback loop type. - Added `Application.OnMessageFetchTask` route registration method. ## Attestation Checklist - [x] My code follows the style guidelines of this project - I have checked for/fixed spelling, linting, and other errors - I have commented my code for clarity - I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient) - My changes generate no new warnings - I have added tests that validates my changes, and provides sufficient test coverage. I have tested with: - Local testing - E2E testing in Teams - New and existing unit tests pass locally with my changes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Lily Du <lilydu@microsoft.com> Co-authored-by: Corina <14900841+corinagum@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> Co-authored-by: Steven Ickman <stevenic@microsoft.com> Co-authored-by: Peter <peter@neurallayer.com> Co-authored-by: Alex Acebo <aacebowork@gmail.com>
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.
Linked issues
closes: #minor
Details
Change details
Bugs addressed:
Attestation Checklist
My code follows the style guidelines of this project
I have checked for/fixed spelling, linting, and other errors
I have commented my code for clarity
I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient)
My changes generate no new warnings
I have added tests that validates my changes, and provides sufficient test coverage. I have tested with:
New and existing unit tests pass locally with my changes