@feedmepos/mf-remy-panel 0.17.0-dev.2 → 0.17.0-dev.3

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, c as m, i as n, d as u, r as C, u as l, b as A } from "./app-9e9b97ad.js";
2
+ import { C as o, A as p, c as m, i as n, d as u, r as C, u as l, b as A } from "./app-da81b5a0.js";
3
3
  import "pinia";
4
4
  import "@feedmepos/mf-common";
5
5
  import "vue-router";
@@ -108,7 +108,7 @@ export declare const useChatStore: import("pinia").StoreDefinition<"chat", Pick<
108
108
  toolsUsed: string[];
109
109
  inputTokens: number;
110
110
  } | null>;
111
- }, "inputText" | "pendingCommand" | "pendingImages" | "pendingAttachments" | "messages" | "currentConversationId" | "conversations" | "isLoadingConversation" | "isLoadingConversations" | "isLoadingMoreConversations" | "hasMoreConversations" | "isLoadingMoreMessages" | "hasMoreMessages" | "lastContextSnapshot">, Pick<{
111
+ }, "messages" | "inputText" | "pendingCommand" | "pendingImages" | "pendingAttachments" | "currentConversationId" | "conversations" | "isLoadingConversation" | "isLoadingConversations" | "isLoadingMoreConversations" | "hasMoreConversations" | "isLoadingMoreMessages" | "hasMoreMessages" | "lastContextSnapshot">, Pick<{
112
112
  inputText: import("vue").Ref<string, string>;
113
113
  pendingCommand: import("vue").Ref<ChatCommand | null, ChatCommand | null>;
114
114
  pendingImages: import("vue").Ref<string[], string[]>;
@@ -306,5 +306,5 @@ export declare const useChatStore: import("pinia").StoreDefinition<"chat", Pick<
306
306
  toolsUsed: string[];
307
307
  inputTokens: number;
308
308
  } | null>;
309
- }, "initializeChatTransport" | "sendMessage" | "stopStreaming" | "clearConversation" | "updateMessageFeedback" | "loadConversations" | "loadMoreConversations" | "createNewConversation" | "createConversationAndSendMessage" | "loadConversation" | "loadMoreMessages" | "switchConversation" | "deleteCurrentConversation">>;
309
+ }, "sendMessage" | "initializeChatTransport" | "stopStreaming" | "clearConversation" | "updateMessageFeedback" | "loadConversations" | "loadMoreConversations" | "createNewConversation" | "createConversationAndSendMessage" | "loadConversation" | "loadMoreMessages" | "switchConversation" | "deleteCurrentConversation">>;
310
310
  export {};