Class: QueryEngineTool
Simple Tool interface. Likely to change.
Implements
Constructors
new QueryEngineTool()
new QueryEngineTool(
__namedParameters
):QueryEngineTool
Parameters
• __namedParameters: QueryEngineToolParams
Returns
Source
packages/core/src/tools/QueryEngineTool.ts:32
Properties
metadata
metadata:
ToolMetadata
<JSONSchemaType
<QueryEngineParam
>>
Implementation of
Source
packages/core/src/tools/QueryEngineTool.ts:30
queryEngine
private
queryEngine:QueryEngine
Source
packages/core/src/tools/QueryEngineTool.ts:29
Methods
call()
call(
__namedParameters
):Promise
<string
>