Ask AI
Sends a prompt to an AI model — Gemini, Claude, ChatGPT, OpenRouter or a self-hosted model — and returns its reply as text, letting it run nodes and macros as tools when you allow it.
An action in the AI group.
Its type is action.ai_prompt.
Declared ports
Section titled “Declared ports”| Port | Label | Flow | Type |
|---|---|---|---|
in |
in | execution in | — |
out |
out | execution out | — |
prompt |
Prompt | data in | String |
systemInstruction |
Standing instruction | data in | String |
answer |
Answer | data out | String |
Configuration
Section titled “Configuration”| Field | Key | Default | Notes |
|---|---|---|---|
| Model | modelRef |
— | chosen from AI_MODEL |
| Prompt | prompt |
— | — |
| Standing instruction | systemInstruction |
— | — |
| Let it use tools | useTools |
false |
— |
| Tools | toolOverrides |
— | shown when useTools is true |
| Most turns | maxTurns |
8 |
shown when useTools is true |
| Longest reply | maxOutputTokens |
1024 |
tokens |
| If it fails | fallback |
— | — |