@feedmepos/mf-remy-panel 0.3.8 → 0.4.1-dev.1

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/dist/app.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "vue";
2
- import { C as o, A as p, b as m, i as n, c as u, r as C, u as l, a as A } from "./app-e8ae8a45.js";
2
+ import { C as o, A as p, b as m, i as n, c as u, r as C, u as l, a as A } from "./app-e5ec3bf6.js";
3
3
  import "pinia";
4
4
  import "@feedmepos/mf-common";
5
5
  import "vue-router";
@@ -1,2 +1,2 @@
1
- import RemyAvatar from './remy.png';
1
+ import RemyAvatar from './remy-ai.svg?url';
2
2
  export { RemyAvatar };
@@ -1,6 +1 @@
1
- /**
2
- * Initialize Remy Chat with AI SDK transport.
3
- * @param backendUrl - The Remy backend HTTP URL
4
- * @param licenseApiUrl - The License API URL
5
- */
6
- export declare function initializeRemyChat(backendUrl: string, licenseApiUrl: string): Promise<void>;
1
+ export declare function initializeRemyChat(): Promise<void>;