@pluno/product-agent-web 0.1.113 → 0.1.115
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 +1 -1
- package/dist/product-agent-sdk.js +708 -858
- package/dist/product-agent-widget.js +447 -437
- package/package.json +1 -1
- package/dist/scheduledChatContinuations.d.ts +0 -39
package/dist/index.d.ts
CHANGED
|
@@ -207,7 +207,6 @@ export declare class PlunoProductAgent {
|
|
|
207
207
|
private readonly attachmentBlobCache;
|
|
208
208
|
private sessionUserFilesApiCleanup;
|
|
209
209
|
private readonly activeBrowserToolCalls;
|
|
210
|
-
private readonly scheduledChatContinuationScheduler;
|
|
211
210
|
private pageLifecycleCleanup;
|
|
212
211
|
private transientStarterPromptsRequestInFlight;
|
|
213
212
|
private transientStarterPromptsRequestAttempted;
|
|
@@ -272,6 +271,7 @@ export declare class PlunoProductAgent {
|
|
|
272
271
|
private recoverStuckThinking;
|
|
273
272
|
private resyncThinkingSession;
|
|
274
273
|
private executeToolCall;
|
|
274
|
+
private setToolMessageLoading;
|
|
275
275
|
private startPageLifecycleRecovery;
|
|
276
276
|
private installSessionUserFilesApi;
|
|
277
277
|
private cleanupSessionUserFilesApi;
|