@pluno/product-agent-web 0.1.228 → 0.1.229
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/assistantDeltaReplay.d.ts +10 -0
- package/dist/index.d.ts +1 -0
- package/dist/product-agent-sdk.js +853 -828
- package/dist/product-agent-widget.js +1392 -1367
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -275,6 +275,7 @@ export declare const PRODUCT_AGENT_PROVIDER_INPUT_ATTACHMENT_ACCEPT = ".pdf,.png
|
|
|
275
275
|
export declare function calculateReconnectDelay(attempt: number, random?: () => number): number;
|
|
276
276
|
export declare class ProductAgentSessionEngine {
|
|
277
277
|
private readonly options;
|
|
278
|
+
private readonly assistantDeltaReplayGuard;
|
|
278
279
|
private readonly clientRuntime;
|
|
279
280
|
private readonly listeners;
|
|
280
281
|
private socket;
|