An LLM Action allows your agent to perform a specialized reasoning task using a separate prompt and model configuration.Documentation Index
Fetch the complete documentation index at: https://docs.trymaitai.com/llms.txt
Use this file to discover all available pages before exploring further.


When to use LLM Actions
Use LLM Actions for atomic tasks that require reasoning but don’t necessarily need a full, stateful subagent.- Summarization: Condensing a long session history or a document.
- Translation: Converting user input or agent output into a different language.
- Formatting: Transforming unstructured text into a specific JSON schema or markdown format.