Add citation URL to streaming response metadata#558
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds citation URL to the streaming response metadata to provide more comprehensive document information. This enhancement allows consumers of the streaming response to access the source URL for each citation.
- Includes citation URL in the DigitalDocument appearance metadata
- Uses non-null assertion operator to access the URL property
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
axelsrz
approved these changes
Sep 8, 2025
rido-min
added a commit
that referenced
this pull request
Sep 8, 2025
* citation url * add streamingResponse tests --------- Co-authored-by: Rido <nouser@gh.com>
rido-min
added a commit
that referenced
this pull request
Sep 8, 2025
* Reorder fileDownloaders execution in agentApplication (#543) * chore: update dependencies in package.json and package-lock.json (#549) Co-authored-by: Rido <nouser@gh.com> * fix: update npm install display name to npm ci and adjust branch filter for pull requests (#557) * fix: update npm install display name to npm ci and adjust branch filter for pull requests * fix: update branch filter in CI configuration to include release branches --------- Co-authored-by: Rido <nouser@gh.com> * Add citation URL to streaming response metadata (#558) * citation url * add streamingResponse tests --------- Co-authored-by: Rido <nouser@gh.com> * Restore teams-extensions (#548) * restore teams-extensions. Pending Tests verification * fixes @microsoft/agents-hosting-extensions-teams TeamsInfo.getTeamChannels wrongly typed Fixes #507 * fix: correct typos in tenantId parameter and test descriptions --------- Co-authored-by: Rido <nouser@gh.com> * fix lock * rolback deps --------- Co-authored-by: Cecilia Avila <44245136+ceciliaavila@users.noreply.github.com> Co-authored-by: Rido <nouser@gh.com>
Closed
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.
Include the citation URL in the metadata of the streaming response to enhance the document's information.