knowmax-quest-types 3.2.2 → 3.2.4

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.
@@ -8,6 +8,8 @@ export interface IIntelligenceBase {
8
8
  errorDetails?: string;
9
9
  /** Identification for this conversation. Provide with follow up messages in this conversation to maintain conversation history. */
10
10
  conversationId?: string;
11
+ /** Referers to particular message in the conversation with this answer. */
12
+ conversationMessageId?: number;
11
13
  /** Textual response. Might contain markdown formatted contents. */
12
14
  text?: string;
13
15
  /** List of citations possible referenced from text. */
@@ -1 +1 @@
1
- {"version":3,"file":"IIntelligenceBase.d.ts","sourceRoot":"","sources":["../../src/IIntelligenceBase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,GAAG,CAAA;AAE9C,MAAM,WAAW,iBAAiB;IAChC,4CAA4C;IAC5C,MAAM,EAAE,IAAI,GAAG,YAAY,GAAG,wBAAwB,GAAG,cAAc,GAAG,eAAe,GAAG,OAAO,CAAC;IAEpG,iFAAiF;IACjF,uBAAuB,EAAE,IAAI,GAAG,UAAU,GAAG,iBAAiB,CAAC;IAE/D,qGAAqG;IACrG,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,mIAAmI;IACnI,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,mEAAmE;IACnE,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,uDAAuD;IACvD,SAAS,CAAC,EAAE,qBAAqB,EAAE,CAAC;IAEpC,0DAA0D;IAC1D,oBAAoB,EAAE,MAAM,CAAC;IAE7B,qCAAqC;IACrC,iBAAiB,EAAE,MAAM,CAAC;CAC3B"}
1
+ {"version":3,"file":"IIntelligenceBase.d.ts","sourceRoot":"","sources":["../../src/IIntelligenceBase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,GAAG,CAAA;AAE9C,MAAM,WAAW,iBAAiB;IAChC,4CAA4C;IAC5C,MAAM,EAAE,IAAI,GAAG,YAAY,GAAG,wBAAwB,GAAG,cAAc,GAAG,eAAe,GAAG,OAAO,CAAC;IAEpG,iFAAiF;IACjF,uBAAuB,EAAE,IAAI,GAAG,UAAU,GAAG,iBAAiB,CAAC;IAE/D,qGAAqG;IACrG,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,mIAAmI;IACnI,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,4EAA4E;IAC5E,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B,mEAAmE;IACnE,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,uDAAuD;IACvD,SAAS,CAAC,EAAE,qBAAqB,EAAE,CAAC;IAEpC,0DAA0D;IAC1D,oBAAoB,EAAE,MAAM,CAAC;IAE7B,qCAAqC;IACrC,iBAAiB,EAAE,MAAM,CAAC;CAC3B"}
@@ -16,6 +16,6 @@ export interface IIntelligenceChatMessage {
16
16
  /** Only set for answers by Quest Research using Intent detection for automatic filtering. */
17
17
  intentDocuments?: IIntelligenceIntentDocument[];
18
18
  /** Set when the intent was resolved by the AI and was actually matched to known Quest documents. */
19
- intentResolved: boolean;
19
+ intentResolved?: boolean;
20
20
  }
21
21
  //# sourceMappingURL=IIntelligenceChatMessage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IIntelligenceChatMessage.d.ts","sourceRoot":"","sources":["../../src/IIntelligenceChatMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AACpE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAA;AAChF,oBAAY,6BAA6B;IAAG,MAAM,WAAW;IAAE,SAAS,cAAc;IAAE,IAAI,SAAS;IAAE,IAAI,SAAS;CAAE;AAEtH,MAAM,WAAW,wBAAwB;IACvC,MAAM,EAAE,6BAA6B,CAAA;IAErC,IAAI,EAAE,MAAM,CAAA;IAEZ,8DAA8D;IAC9D,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf,8CAA8C;IAC9C,SAAS,CAAC,EAAE,qBAAqB,EAAE,CAAA;IAEnC,6FAA6F;IAC7F,eAAe,CAAC,EAAE,2BAA2B,EAAE,CAAA;IAE/C,oGAAoG;IACpG,cAAc,EAAE,OAAO,CAAA;CACxB"}
1
+ {"version":3,"file":"IIntelligenceChatMessage.d.ts","sourceRoot":"","sources":["../../src/IIntelligenceChatMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AACpE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAA;AAChF,oBAAY,6BAA6B;IAAG,MAAM,WAAW;IAAE,SAAS,cAAc;IAAE,IAAI,SAAS;IAAE,IAAI,SAAS;CAAE;AAEtH,MAAM,WAAW,wBAAwB;IACvC,MAAM,EAAE,6BAA6B,CAAA;IAErC,IAAI,EAAE,MAAM,CAAA;IAEZ,8DAA8D;IAC9D,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf,8CAA8C;IAC9C,SAAS,CAAC,EAAE,qBAAqB,EAAE,CAAA;IAEnC,6FAA6F;IAC7F,eAAe,CAAC,EAAE,2BAA2B,EAAE,CAAA;IAE/C,oGAAoG;IACpG,cAAc,CAAC,EAAE,OAAO,CAAA;CACzB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knowmax-quest-types",
3
- "version": "3.2.2",
3
+ "version": "3.2.4",
4
4
  "description": "Contains type definitions for communicating with Knowmax Quest.",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",