QueryToolParams
QueryToolParams = {
options:any;retriever?:never; } | {options?:never;retriever?:BaseRetriever; } &object
Defined in: .build/typescript/packages/llamaindex/src/indices/BaseIndex.ts:31
Common parameter type for queryTool and asQueryTool
Type Declaration
Section titled “Type Declaration”responseSynthesizer?
Section titled “responseSynthesizer?”
optionalresponseSynthesizer:BaseSynthesizer
metadata?
Section titled “metadata?”
optionalmetadata:ToolMetadata<JSONSchemaType<QueryEngineParam>>
includeSourceNodes?
Section titled “includeSourceNodes?”
optionalincludeSourceNodes:boolean