@pluno/product-agent-web 0.1.158 → 0.1.160
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/index.d.ts +2 -0
- package/dist/product-agent-sdk.js +698 -655
- package/dist/product-agent-widget.js +2663 -2549
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export type ProductAgentMessage = {
|
|
|
35
35
|
phase?: "commentary" | "final_answer";
|
|
36
36
|
content: string;
|
|
37
37
|
createdAt: string;
|
|
38
|
+
causalSequence?: number;
|
|
38
39
|
respondsToUserMessageId?: string;
|
|
39
40
|
runId?: string;
|
|
40
41
|
dataType?: string;
|
|
@@ -293,6 +294,7 @@ export declare class PlunoProductAgent {
|
|
|
293
294
|
private send;
|
|
294
295
|
private getUploadToken;
|
|
295
296
|
private sendNow;
|
|
297
|
+
private reportHealthSignal;
|
|
296
298
|
private requestTransientStarterPrompts;
|
|
297
299
|
private startStarterPromptUrlWatcher;
|
|
298
300
|
private handleStarterPromptUrlChange;
|