Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.22 KB

n8n-nodes-base.aitransform.md

File metadata and controls

31 lines (19 loc) · 1.22 KB
title description contentType
AI Transform
Documentation for the AI Transform node in n8n, a workflow automation platform. Includes guidance on usage, and links to examples.
integration

AI Transform

Use the AI Transform node to generate code snippets based on your prompt. The AI is context-aware, understanding the workflow’s nodes and their data types.

/// info | Feature availability Available only on Cloud plans. ///

Node parameters

Instructions

Enter your prompt for the AI and click the Generate code button to automatically populate the Transformation Code. For example, you can specify how you want to process or categorize your data. Refer to Writing good prompts for more information.

The prompt should be in plain English and under 500 characters.

Transformation Code

The code snippet generated by the node is read-only. To edit this code, adjust your prompt in Instructions or copy and paste it into a Code node.

Templates and examples

[[ templatesWidget(title, 'ai-transform') ]]