haive.agents.rag.simple.answer_generator.models =============================================== .. py:module:: haive.agents.rag.simple.answer_generator.models .. autoapi-nested-parse:: Answer generator models for SimpleRAG. Classes ------- .. autoapisummary:: haive.agents.rag.simple.answer_generator.models.RAGAnswer Module Contents --------------- .. py:class:: RAGAnswer(/, **data) Bases: :py:obj:`pydantic.BaseModel` Structured output model for RAG answer generation. Create a new model by parsing and validating input data from keyword arguments. Raises [`ValidationError`][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model. `self` is explicitly positional-only to allow `self` as a field name.