blink 0.1.102 → 0.1.104

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.
@@ -209,6 +209,7 @@ interface UseChat extends ChatState {
209
209
  readonly stopStreaming: () => void;
210
210
  readonly resetChat: () => Promise<void>;
211
211
  readonly clearQueue: () => void;
212
+ readonly start: () => Promise<void>;
212
213
  }
213
214
  declare function useChat(options: UseChatOptions): UseChat;
214
215
  //#endregion
@@ -209,6 +209,7 @@ interface UseChat extends ChatState {
209
209
  readonly stopStreaming: () => void;
210
210
  readonly resetChat: () => Promise<void>;
211
211
  readonly clearQueue: () => void;
212
+ readonly start: () => Promise<void>;
212
213
  }
213
214
  declare function useChat(options: UseChatOptions): UseChat;
214
215
  //#endregion