@pluno/product-agent-web 0.1.112 → 0.1.114
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 +0 -1
- package/dist/product-agent-sdk.js +673 -861
- package/dist/product-agent-widget.js +573 -568
- 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;
|