@pluno/product-agent-web 0.1.114 → 0.1.116
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 -0
- package/dist/product-agent-sdk.js +201 -163
- package/dist/product-agent-widget.js +740 -658
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -271,6 +271,7 @@ export declare class PlunoProductAgent {
|
|
|
271
271
|
private recoverStuckThinking;
|
|
272
272
|
private resyncThinkingSession;
|
|
273
273
|
private executeToolCall;
|
|
274
|
+
private setToolMessageLoading;
|
|
274
275
|
private startPageLifecycleRecovery;
|
|
275
276
|
private installSessionUserFilesApi;
|
|
276
277
|
private cleanupSessionUserFilesApi;
|