Index
BasePydanticProgram #
Bases: ABC
, Generic[Model]
A base class for LLM-powered function that return a pydantic model.
Note: this interface is not yet stable.
Source code in llama-index-core/llama_index/core/types.py
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
|