Class: LLMQuestionGenerator
LLMQuestionGenerator uses the LLM to generate new questions for the LLM using tools and a user query.
Implements
Constructors
constructor
• new LLMQuestionGenerator(init?
)
Parameters
Name | Type |
---|---|
init? | Partial <LLMQuestionGenerator > |
Defined in
packages/core/src/QuestionGenerator.ts:34
Properties
llm
• llm: LLM