ide-assi 0.667.0 → 0.668.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 +2 -0
- package/dist/bundle.esm.js +2 -0
- package/dist/components/ideAi.js +2 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +2 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -203807,6 +203807,8 @@ console.log(el, href, title);
|
|
|
203807
203807
|
|
|
203808
203808
|
generateWhereCause2 = async (xmlPath, queryId, userPrompt, apiKey) => {
|
|
203809
203809
|
|
|
203810
|
+
this.#createModel();
|
|
203811
|
+
|
|
203810
203812
|
const res = await api.post("/api/source/query", {
|
|
203811
203813
|
xmlPath: xmlPath,
|
|
203812
203814
|
queryId: queryId
|
package/dist/bundle.esm.js
CHANGED
|
@@ -203803,6 +203803,8 @@ console.log(el, href, title);
|
|
|
203803
203803
|
|
|
203804
203804
|
generateWhereCause2 = async (xmlPath, queryId, userPrompt, apiKey) => {
|
|
203805
203805
|
|
|
203806
|
+
this.#createModel();
|
|
203807
|
+
|
|
203806
203808
|
const res = await api.post("/api/source/query", {
|
|
203807
203809
|
xmlPath: xmlPath,
|
|
203808
203810
|
queryId: queryId
|
package/dist/components/ideAi.js
CHANGED
|
@@ -1262,6 +1262,8 @@ console.log(el, href, title);
|
|
|
1262
1262
|
|
|
1263
1263
|
generateWhereCause2 = async (xmlPath, queryId, userPrompt, apiKey) => {
|
|
1264
1264
|
|
|
1265
|
+
this.#createModel();
|
|
1266
|
+
|
|
1265
1267
|
const res = await api.post("/api/source/query", {
|
|
1266
1268
|
xmlPath: xmlPath,
|
|
1267
1269
|
queryId: queryId
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -1262,6 +1262,8 @@ console.log(el, href, title);
|
|
|
1262
1262
|
|
|
1263
1263
|
generateWhereCause2 = async (xmlPath, queryId, userPrompt, apiKey) => {
|
|
1264
1264
|
|
|
1265
|
+
this.#createModel();
|
|
1266
|
+
|
|
1265
1267
|
const res = await api.post("/api/source/query", {
|
|
1266
1268
|
xmlPath: xmlPath,
|
|
1267
1269
|
queryId: queryId
|