:class:`SplitterResponse` ========================= .. py:class:: src.allie.flowkit.models.splitter.SplitterResponse(/, **data: Any) Bases: :py:obj:`pydantic.BaseModel` Response model for the splitter endpoint. :Parameters: **BaseModel** : :obj:`pydantic.BaseModel` The base model for the response. .. !! processed by numpydoc !! .. py:currentmodule:: SplitterResponse Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~chunks` - Import detail ------------- .. code-block:: python from src.allie.flowkit.models.splitter import SplitterResponse Attribute detail ---------------- .. py:attribute:: chunks :type: list[str]