ide-assi 0.519.0 → 0.520.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 +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/components/ideAi.js +1 -1
- package/package.json +1 -1
- package/src/components/ideAi.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -202089,7 +202089,7 @@ class IdeAi
|
|
|
202089
202089
|
|
|
202090
202090
|
#where = async (userPrompt, menuList, tableDefinitions) => {
|
|
202091
202091
|
|
|
202092
|
-
console.log(menuList, tableDefinitions);
|
|
202092
|
+
console.log(menuList, tableDefinitions, JSON.stringify(menuList), JSON.stringify(tableDefinitions));
|
|
202093
202093
|
|
|
202094
202094
|
const o = await this.#invoke('/prompts/meta/C.스캐폴딩.txt', {
|
|
202095
202095
|
"userPrompt": userPrompt,
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202085,7 +202085,7 @@ class IdeAi
|
|
|
202085
202085
|
|
|
202086
202086
|
#where = async (userPrompt, menuList, tableDefinitions) => {
|
|
202087
202087
|
|
|
202088
|
-
console.log(menuList, tableDefinitions);
|
|
202088
|
+
console.log(menuList, tableDefinitions, JSON.stringify(menuList), JSON.stringify(tableDefinitions));
|
|
202089
202089
|
|
|
202090
202090
|
const o = await this.#invoke('/prompts/meta/C.스캐폴딩.txt', {
|
|
202091
202091
|
"userPrompt": userPrompt,
|
package/dist/components/ideAi.js
CHANGED
|
@@ -221,7 +221,7 @@ export class IdeAi
|
|
|
221
221
|
|
|
222
222
|
#where = async (userPrompt, menuList, tableDefinitions) => {
|
|
223
223
|
|
|
224
|
-
console.log(menuList, tableDefinitions);
|
|
224
|
+
console.log(menuList, tableDefinitions, JSON.stringify(menuList), JSON.stringify(tableDefinitions));
|
|
225
225
|
|
|
226
226
|
const o = await this.#invoke('/prompts/meta/C.스캐폴딩.txt', {
|
|
227
227
|
"userPrompt": userPrompt,
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -221,7 +221,7 @@ export class IdeAi
|
|
|
221
221
|
|
|
222
222
|
#where = async (userPrompt, menuList, tableDefinitions) => {
|
|
223
223
|
|
|
224
|
-
console.log(menuList, tableDefinitions);
|
|
224
|
+
console.log(menuList, tableDefinitions, JSON.stringify(menuList), JSON.stringify(tableDefinitions));
|
|
225
225
|
|
|
226
226
|
const o = await this.#invoke('/prompts/meta/C.스캐폴딩.txt', {
|
|
227
227
|
"userPrompt": userPrompt,
|