Interface: BaseQuestionGenerator
QuestionGenerators generate new questions for the LLM using tools and a user query.
Implemented by
Methods
generate
▸ generate(tools
, query
): Promise
<SubQuestion
[]>
Parameters
Name | Type |
---|---|
tools | ToolMetadata [] |
query | string |
Returns
Promise
<SubQuestion
[]>