@microsoft/agents-copilotstudio-client 0.5.19-gc1e2ea1096 → 0.6.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  The `@microsoft/agents-copilotstudio-client` package allows you to interact with Copilot Studio Agents using the Direct Engine Protocol. This client library is designed to facilitate communication with agents, enabling seamless integration and interaction within your JavaScript or TypeScript applications.
6
6
 
7
+ This package provides exports for CommonJS and ES6 modules, and also a bundle to be used in the browser.
8
+
7
9
  > [!NOTE]
8
10
  > The Client needs to be initialized with a valid JWT Token.
9
11