.. _action-unstructured-text: Unstructured Text ================= The :class:`~.ProcessText` action allows you to process unstructured text using Large Language Models (LLMs) according to provided instructions. The output is a JSON-like string or object that can be validated against a provided Pydantic model. Action ------ .. autoclass:: aiviro.actions.documents.ProcessText :members: Data Schemas --------------- .. automodule:: aiviro.core.utils.api_client.schemas.process_text :members: ProcessTextResponse