knowmax-quest-types 3.0.1 → 3.1.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.
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { IIntelligenceBaseOptions } from '.';
|
|
2
2
|
export interface IIndexResearchOptions extends IIntelligenceBaseOptions {
|
|
3
|
-
/** Azure AI Search filter to use for
|
|
3
|
+
/** Azure AI Search filter expression to use for filtering the search results from which to extract the answer. */
|
|
4
4
|
filter?: string;
|
|
5
|
+
/** Set to attempt to determine intent of the question in order to add an extra filter to improve the quality of the answer. */
|
|
6
|
+
filterIntent?: boolean;
|
|
5
7
|
}
|
|
6
8
|
//# sourceMappingURL=IIndexResearchOptions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IIndexResearchOptions.d.ts","sourceRoot":"","sources":["../../src/IIndexResearchOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,GAAG,CAAA;AAEjD,MAAM,WAAW,qBAAsB,SAAQ,wBAAwB;IACrE,+
|
|
1
|
+
{"version":3,"file":"IIndexResearchOptions.d.ts","sourceRoot":"","sources":["../../src/IIndexResearchOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,GAAG,CAAA;AAEjD,MAAM,WAAW,qBAAsB,SAAQ,wBAAwB;IACrE,kHAAkH;IAClH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf,+HAA+H;IAC/H,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "knowmax-quest-types",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Contains type definitions for communicating with Knowmax Quest.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"author": "Knowmax BV",
|
|
40
40
|
"license": "MIT",
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@jest/globals": "^30.0.
|
|
43
|
-
"jest": "^30.0.
|
|
42
|
+
"@jest/globals": "^30.0.3",
|
|
43
|
+
"jest": "^30.0.3",
|
|
44
44
|
"rimraf": "6.0.1",
|
|
45
45
|
"ts-jest": "^29.4.0",
|
|
46
46
|
"ts-node": "^10.9.2",
|