Logo
Type aliases

QueryEngineToolParams

QueryEngineToolParams = object

Defined in: packages/llamaindex/src/tools/QueryEngineTool.ts:21

Properties

queryEngine

queryEngine: BaseQueryEngine

Defined in: packages/llamaindex/src/tools/QueryEngineTool.ts:22


metadata?

optional metadata: ToolMetadata<JSONSchemaType<QueryEngineParam>>

Defined in: packages/llamaindex/src/tools/QueryEngineTool.ts:23


includeSourceNodes?

optional includeSourceNodes: boolean

Defined in: packages/llamaindex/src/tools/QueryEngineTool.ts:24

On this page