@agient/chatbot 1.0.3 → 1.1.0

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
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="assets/banner.svg" alt="Agient Banner"/>
2
+ <img alt="Agient Banner" src="https://res.cloudinary.com/devzjr2yv/image/upload/v1748345513/banner_vznf59.svg"/>
3
3
  </p>
4
4
 
5
5
  <div align="center">
package/dist/index.d.ts CHANGED
@@ -38,6 +38,10 @@ export declare class AgientInstance<T extends ToolsMap = DefaultToolsMap> {
38
38
  * When the chatbot is active, a provider object is initialized
39
39
  */
40
40
  private provider;
41
+ /**
42
+ * Passthrough to AgientElement.onMount
43
+ */
44
+ private onMount?;
41
45
  /**
42
46
  * The tools registered by the consumer of the widget.
43
47
  */