.. _action-text-to-action: Prompt-Driven Actions ===================== The :class:`~.TextToAction` action allows you to execute a sequence of robot actions based on natural language instructions. It leverages an LLM service to interpret user prompts and generate executable actions, which are then iteratively converted and executed via the provided robot instance. This is useful when you want to describe what the robot should do in plain text, rather than writing explicit action code. Action ------ .. autoclass:: aiviro.actions.ai.TextToAction :exclude-members: execute