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.
- package/dist/browser/control/index.d.cts +16 -16
- package/dist/browser/control/index.d.ts +16 -16
- package/dist/cli/{auth-DjAEZyZZ.js → auth-B_s9F0vP.js} +1 -1
- package/dist/cli/{chat-DX_V608z.js → chat-CLFi7jlw.js} +1 -1
- package/dist/cli/{chat-manager-Cx6mpwEh.js → chat-manager-r6Y3l4iZ.js} +1 -1
- package/dist/cli/{dev-CaAdFW8n.js → dev-1uScQ90j.js} +77 -72
- package/dist/cli/index.js +3 -3
- package/dist/cli/{init-iySs9KUe.js → init-m-BdPD26.js} +1 -1
- package/dist/cli/login-DC5VCVrz.js +1 -0
- package/dist/cli/{main-BdSSlDIs.js → main-CenN47Xk.js} +1 -1
- package/dist/cli/{run-kzhNLg8f.js → run-RA_dpA15.js} +1 -1
- package/dist/node/agent/index.node.cjs +1 -1
- package/dist/node/agent/index.node.js +1 -1
- package/dist/node/{index.node-hG-farUz.js → index.node-SyKw4kKs.js} +1 -1
- package/dist/node/{index.node-DlfrLUZ3.cjs → index.node-nrQ20r3u.cjs} +1 -1
- package/dist/node/react/index.node.cjs +18 -13
- package/dist/node/react/index.node.d.cts +1 -0
- package/dist/node/react/index.node.d.ts +1 -0
- package/dist/node/react/index.node.js +18 -13
- package/package.json +1 -1
- package/dist/cli/login-DTwQcbaT.js +0 -1
- /package/dist/cli/{dist-BNbSDxaw.js → dist-wyfWuz5A.js} +0 -0
- /package/dist/cli/{open-DCYivxgo.js → open-S_jcQ0nw.js} +0 -0
|
@@ -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
|