ide-assi 0.85.0 → 0.86.0
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/bundle.cjs.js
CHANGED
|
@@ -193564,6 +193564,7 @@ class IdeAssi extends HTMLElement
|
|
|
193564
193564
|
//this.#createModel();
|
|
193565
193565
|
|
|
193566
193566
|
const r = await this.#ai.generateSourceClient(userPrompt);
|
|
193567
|
+
elAiChat.add("ai", r);
|
|
193567
193568
|
|
|
193568
193569
|
/**
|
|
193569
193570
|
const r = await this.#ai.generateSource(userPrompt);
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193560,6 +193560,7 @@ class IdeAssi extends HTMLElement
|
|
|
193560
193560
|
//this.#createModel();
|
|
193561
193561
|
|
|
193562
193562
|
const r = await this.#ai.generateSourceClient(userPrompt);
|
|
193563
|
+
elAiChat.add("ai", r);
|
|
193563
193564
|
|
|
193564
193565
|
/**
|
|
193565
193566
|
const r = await this.#ai.generateSource(userPrompt);
|
package/package.json
CHANGED