Index
SubQuestionList #
Bases: BaseModel
A pydantic object wrapping a list of sub-questions.
This is mostly used to make getting a json schema easier.
Source code in .build/python/llama-index-core/llama_index/core/question_gen/types.py
16 17 18 19 20 21 22 23 | |
BaseQuestionGenerator #
Bases: PromptMixin, DispatcherSpanMixin
Source code in .build/python/llama-index-core/llama_index/core/question_gen/types.py
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | |
options: members: - BaseQuestionGenerator - SubQuestionList - SubQuestion