Run Prompt
Run a one-off AI prompt and get back the generated text as a workflow variable, without creating a visible conversation. Reach for this when you need an AI-generated value to feed into later steps.

What It Does
Sends your prompt to the selected AI model and returns the generated text. Nothing is written to a conversation or the meeting page. The result is only available as a workflow variable.
When To Use It
Use this whenever you need AI-generated text for later steps, like drafting a message body, summarizing content, or generating a value for a CRM field. If you want the AI's response to show up in a conversation someone can read, use Chat with AI or Send Message to Conversation instead.
This node has no implicit context. It cannot see the meeting transcript, CRM records, or any prior node's output unless you insert that data into the prompt with a template reference, like {{$triggerNodeId.meetingTranscript}}.
Configuration
Configure the node with these settings:
Field | What it controls |
|---|---|
Prompt | The text or question to send to the AI. Required. Be specific about what you want back. |
Model | Which LLM to use. Choose |
Temperature | Controls randomness. Lower values (0.0-0.3) are more focused and consistent. Higher values (0.7-1.0) are more creative. Required, defaults to |
Max Steps | The maximum number of tool calls the AI can make before returning a result. Higher values allow more complex reasoning. Required, defaults to |
Enabled Tools | Optional AI tools to turn on, such as web search, for prompts that need real-time information. Leave empty for plain text generation. |
Outputs
The node passes these values downstream. Check the Outputs tab on the configured node to confirm exact paths.
Variable | Type | Description | Example |
|---|---|---|---|
|
| The output text from the LLM |
|
Example Workflow
After a meeting ends, pass the transcript into a Run Prompt node to generate a one-line deal summary, then use that summary as the body of a Send Notification to the account owner.
Related Nodes
Enhance Prompt
Conditional Prompt
Loop Prompt
Chat with AI
Need More Help?
Reach the AskElephant support team by:
clicking the Support tab on the right side of your screen,
emailing [email protected],
or using
@askelephant supportin your dedicated Slack channel.