mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-18 00:24:30 -04:00
769 B
769 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| BaseQuestionGenerator | Interface: BaseQuestionGenerator | BaseQuestionGenerator | 0 | null |
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[]>