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.
@@ -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);
@@ -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);
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.298.0",
4
+ "version": "0.299.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -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);