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?”
optional
responseSynthesizer:BaseSynthesizer
metadata?
Section titled “metadata?”
optional
metadata:ToolMetadata
<JSONSchemaType
<QueryEngineParam
>>
includeSourceNodes?
Section titled “includeSourceNodes?”
optional
includeSourceNodes:boolean