aiTransform.json•1.08 kB
{
"nodeType": "n8n-nodes-base.aiTransform",
"displayName": "AI Transform",
"description": "Modify data based on instructions written in plain english",
"version": 1,
"properties": [
{
"name": "instructions",
"displayName": "Instructions",
"type": "button",
"default": "",
"description": "Provide instructions on how you want to transform the data, then click 'Generate code'. Use dot notation to refer to nested fields (e.g. address.street).",
"placeholder": "Example: Merge 'firstname' and 'lastname' into a field 'details.name' and sort by 'email'"
},
{
"displayName": "Code Generated For Prompt",
"type": "hidden",
"default": ""
},
{
"displayName": "Generated JavaScript",
"type": "string",
"default": ""
}
],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": []
}
}