@memberjunction/skip-types 0.9.51 → 0.9.52

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -335,9 +335,9 @@ export declare class SkipAPIClarifyingQuestionResponse extends SkipAPIResponse {
335
335
  */
336
336
  clarifyingQuestion: string;
337
337
  /**
338
- * Zero or more suggested prompts that the AI model suggests might be good responses to the clarifying question
338
+ * Zero or more suggested answers that the AI model suggests might be good responses to the clarifying question
339
339
  */
340
- suggestedPrompts: string[];
340
+ suggestedAnswers: string[];
341
341
  }
342
342
  /**
343
343
  * Defines the shape of the data that is returned by the Skip API Server when the responsePhase is 'data_request'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/skip-types",
3
- "version": "0.9.51",
3
+ "version": "0.9.52",
4
4
  "description": "MemberJunction: Skip AI Assistant - Types that are used between the MJAPI and the Skip API as well as the UI within MemberJunction Explorer",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",