
ChatGPT Integration
This action requires a connected ChatGPT integration. If no integration is connected, you will be prompted to connect one before the block can run.Prompt
The Prompt field is the instruction sent to the model. You can:- Write plain text instructions
- Include dynamic variables using
{}syntax - Combine static and dynamic values
Example
Model
The Model dropdown defines which model generates the response. Different models can vary in:- Speed
- Cost
- Output quality
- Context length
Temperature
The Temperature value controls how deterministic or creative the output is.0.0→ Very deterministic and predictable0.5→ Balanced1.0→ More creative and varied
Reference Variable
The Reference Variable defines where the generated output will be stored. Once set, you can reference the response later in your flow using:Example
If:- Reference Variable:
summary
Behavior & Scope
- Text is generated at runtime when the block executes.
- Output is stored only for the current endpoint execution.
- If another block later uses the same reference variable name, the previous value is overridden.
