Add README to nodejs/azure-ai-streaming and fix broken links #255
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.
This pull request primarily introduces a new sample agent,
azure-ai-streaming
, and improves the documentation and usability of several Node.js sample agents. The most significant changes include the addition of the streaming agent sample, updates to documentation for clarity and accuracy, and enhancements to the agent code for better user experience. Below are the most important changes grouped by theme:Add README to azure-ai-streaming for node
azure-ai-streaming
agent sample, including a comprehensiveREADME.md
that explains prerequisites, setup, running instructions, and integration with the Microsoft 365 Agents Playground and Azure Bot Service.Documentation Improvements
auto-signin
,copilotstudio-skill
,obo-authorization
) to point to the correct Microsoft documentation for Azure Bot authentication setup. [1] [2] [3] [4]cards
andlangchain-multiturn
sample READMEs for clarity, consistency, and to reflect use of the Express framework and the Agents Playground tool. [1] [2]R1, [3] [4]Usability Enhancements
test-tool
script toazure-ai-streaming/package.json
for launching the Agents Playground, improving the developer experience.azure-ai-streaming/src/agent.ts
for clarity and added feedback handling for invoke activities.Miscellaneous
name
field inazure-ai-streaming/package-lock.json
to match the new sample.