knowmax-quest-types
Version:
Contains type definitions for communicating with Knowmax Quest.
8 lines • 478 B
TypeScript
import type { IIntelligenceBaseOptions } from '.';
export interface IIndexResearchOptions extends IIntelligenceBaseOptions {
/** Azure AI Search filter expression to use for filtering the search results from which to extract the answer. */
filter?: string;
/** Set to attempt to determine intent of the question in order to add an extra filter to improve the quality of the answer. */
filterIntent?: boolean;
}
//# sourceMappingURL=IIndexResearchOptions.d.ts.map