@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 +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +3934 -4422
- package/package.json +8 -6
- package/assets/banner.svg +0 -40
package/README.md
CHANGED
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
|
*/
|