ide-assi 0.298.0 → 0.299.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
|
@@ -193951,7 +193951,7 @@ class IdeAi
|
|
|
193951
193951
|
|
|
193952
193952
|
|
|
193953
193953
|
|
|
193954
|
-
static generateWhereCause = async (xmlPath, queryId, apiKey) => {
|
|
193954
|
+
static generateWhereCause = async (xmlPath, queryId, userPrompt, apiKey) => {
|
|
193955
193955
|
|
|
193956
193956
|
const invoke = async (path, params) => {
|
|
193957
193957
|
const prompt = await IdeUtils.generatePrompt(path, params);
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193947,7 +193947,7 @@ class IdeAi
|
|
|
193947
193947
|
|
|
193948
193948
|
|
|
193949
193949
|
|
|
193950
|
-
static generateWhereCause = async (xmlPath, queryId, apiKey) => {
|
|
193950
|
+
static generateWhereCause = async (xmlPath, queryId, userPrompt, apiKey) => {
|
|
193951
193951
|
|
|
193952
193952
|
const invoke = async (path, params) => {
|
|
193953
193953
|
const prompt = await IdeUtils.generatePrompt(path, params);
|
package/dist/components/ideAi.js
CHANGED
|
@@ -536,7 +536,7 @@ export class IdeAi
|
|
|
536
536
|
|
|
537
537
|
|
|
538
538
|
|
|
539
|
-
static generateWhereCause = async (xmlPath, queryId, apiKey) => {
|
|
539
|
+
static generateWhereCause = async (xmlPath, queryId, userPrompt, apiKey) => {
|
|
540
540
|
|
|
541
541
|
const invoke = async (path, params) => {
|
|
542
542
|
const prompt = await IdeUtils.generatePrompt(path, params);
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -536,7 +536,7 @@ export class IdeAi
|
|
|
536
536
|
|
|
537
537
|
|
|
538
538
|
|
|
539
|
-
static generateWhereCause = async (xmlPath, queryId, apiKey) => {
|
|
539
|
+
static generateWhereCause = async (xmlPath, queryId, userPrompt, apiKey) => {
|
|
540
540
|
|
|
541
541
|
const invoke = async (path, params) => {
|
|
542
542
|
const prompt = await IdeUtils.generatePrompt(path, params);
|