diff --git a/sdkjs-plugins/content/ai/index.html b/sdkjs-plugins/content/ai/index.html index ae83d142..aa67f625 100644 --- a/sdkjs-plugins/content/ai/index.html +++ b/sdkjs-plugins/content/ai/index.html @@ -58,7 +58,7 @@ - + diff --git a/sdkjs-plugins/content/ai/scripts/custom-annotations/assistant.js b/sdkjs-plugins/content/ai/scripts/custom-annotations/manager.js similarity index 98% rename from sdkjs-plugins/content/ai/scripts/custom-annotations/assistant.js rename to sdkjs-plugins/content/ai/scripts/custom-annotations/manager.js index d2a77bec..df5332ee 100644 --- a/sdkjs-plugins/content/ai/scripts/custom-annotations/assistant.js +++ b/sdkjs-plugins/content/ai/scripts/custom-annotations/manager.js @@ -101,6 +101,7 @@ class CustomAssistantManager { * @param {string[]} paraIds */ run(assistantId, paraIds) { + console.warn("CustomAssistantManager.run", assistantId, paraIds); const assistant = this._customAssistants.get(assistantId); if (!assistant) { console.error("Custom assistant not found: " + assistantId);