ide-assi 0.277.0 → 0.278.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 +3 -3
- package/dist/bundle.esm.js +3 -3
- package/dist/components/ideAi.js +3 -3
- package/package.json +1 -1
- package/src/components/ideAi.js +3 -3
package/dist/bundle.cjs.js
CHANGED
|
@@ -193658,11 +193658,11 @@ class IdeAi
|
|
|
193658
193658
|
return o;
|
|
193659
193659
|
};
|
|
193660
193660
|
|
|
193661
|
-
#where2 = async (userPrompt,
|
|
193661
|
+
#where2 = async (userPrompt, menuList, tableDefinitions) => {
|
|
193662
193662
|
|
|
193663
193663
|
const o = await this.#invoke('/prompts/meta/U.스캐폴딩.txt', {
|
|
193664
193664
|
"userPrompt": userPrompt,
|
|
193665
|
-
"menuNm":
|
|
193665
|
+
"menuNm": menuList,
|
|
193666
193666
|
"tableDefinitions": tableDefinitions,
|
|
193667
193667
|
});
|
|
193668
193668
|
|
|
@@ -193836,7 +193836,7 @@ class IdeAi
|
|
|
193836
193836
|
title: elem.getAttribute("title"),
|
|
193837
193837
|
})*/
|
|
193838
193838
|
|
|
193839
|
-
const where = await this.#
|
|
193839
|
+
const where = await this.#where(`${title}에서 ${userPrompt}`, [{url: href, title: title}], await this.#getTableList());
|
|
193840
193840
|
this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.");
|
|
193841
193841
|
|
|
193842
193842
|
console.log(where);
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193654,11 +193654,11 @@ class IdeAi
|
|
|
193654
193654
|
return o;
|
|
193655
193655
|
};
|
|
193656
193656
|
|
|
193657
|
-
#where2 = async (userPrompt,
|
|
193657
|
+
#where2 = async (userPrompt, menuList, tableDefinitions) => {
|
|
193658
193658
|
|
|
193659
193659
|
const o = await this.#invoke('/prompts/meta/U.스캐폴딩.txt', {
|
|
193660
193660
|
"userPrompt": userPrompt,
|
|
193661
|
-
"menuNm":
|
|
193661
|
+
"menuNm": menuList,
|
|
193662
193662
|
"tableDefinitions": tableDefinitions,
|
|
193663
193663
|
});
|
|
193664
193664
|
|
|
@@ -193832,7 +193832,7 @@ class IdeAi
|
|
|
193832
193832
|
title: elem.getAttribute("title"),
|
|
193833
193833
|
})*/
|
|
193834
193834
|
|
|
193835
|
-
const where = await this.#
|
|
193835
|
+
const where = await this.#where(`${title}에서 ${userPrompt}`, [{url: href, title: title}], await this.#getTableList());
|
|
193836
193836
|
this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.");
|
|
193837
193837
|
|
|
193838
193838
|
console.log(where);
|
package/dist/components/ideAi.js
CHANGED
|
@@ -239,11 +239,11 @@ export class IdeAi
|
|
|
239
239
|
return o;
|
|
240
240
|
};
|
|
241
241
|
|
|
242
|
-
#where2 = async (userPrompt,
|
|
242
|
+
#where2 = async (userPrompt, menuList, tableDefinitions) => {
|
|
243
243
|
|
|
244
244
|
const o = await this.#invoke('/prompts/meta/U.스캐폴딩.txt', {
|
|
245
245
|
"userPrompt": userPrompt,
|
|
246
|
-
"menuNm":
|
|
246
|
+
"menuNm": menuList,
|
|
247
247
|
"tableDefinitions": tableDefinitions,
|
|
248
248
|
});
|
|
249
249
|
|
|
@@ -417,7 +417,7 @@ export class IdeAi
|
|
|
417
417
|
title: elem.getAttribute("title"),
|
|
418
418
|
})*/
|
|
419
419
|
|
|
420
|
-
const where = await this.#
|
|
420
|
+
const where = await this.#where(`${title}에서 ${userPrompt}`, [{url: href, title: title}], await this.#getTableList());
|
|
421
421
|
this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.")
|
|
422
422
|
|
|
423
423
|
console.log(where);
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -239,11 +239,11 @@ export class IdeAi
|
|
|
239
239
|
return o;
|
|
240
240
|
};
|
|
241
241
|
|
|
242
|
-
#where2 = async (userPrompt,
|
|
242
|
+
#where2 = async (userPrompt, menuList, tableDefinitions) => {
|
|
243
243
|
|
|
244
244
|
const o = await this.#invoke('/prompts/meta/U.스캐폴딩.txt', {
|
|
245
245
|
"userPrompt": userPrompt,
|
|
246
|
-
"menuNm":
|
|
246
|
+
"menuNm": menuList,
|
|
247
247
|
"tableDefinitions": tableDefinitions,
|
|
248
248
|
});
|
|
249
249
|
|
|
@@ -417,7 +417,7 @@ export class IdeAi
|
|
|
417
417
|
title: elem.getAttribute("title"),
|
|
418
418
|
})*/
|
|
419
419
|
|
|
420
|
-
const where = await this.#
|
|
420
|
+
const where = await this.#where(`${title}에서 ${userPrompt}`, [{url: href, title: title}], await this.#getTableList());
|
|
421
421
|
this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.")
|
|
422
422
|
|
|
423
423
|
console.log(where);
|