When to use
- Combine a brief with product copy
- Merge a system prompt and a user prompt
[text_prompt, text_prompt] → prompt_concatenator → generate_text.
Inputs
text
required
The text inputs to merge. Required. Connect at least two, accepts multiple inputs and an array.
Outputs
text
The combined text.
Configuration
string
default:"\\n\\n"
The text inserted between each connected input. Use
\n for newlines.