Skip to main content
Text is the foundational content type in Adaline prompts. Once you have set up your roles and message structure, you can write text directly inside each content block — and enrich it with comments, dynamic variables, and structured formatting.

Add text to a message

Each message in the Editor contains a content block where you write your text. Select a role for the message, then type directly into the content area. Writing text in a message content block You can add multiple messages to a prompt, each with its own role and text content. The model processes them in order, treating each role according to its purpose — system for instructions, user for inputs, and assistant for example responses.

Add comments to messages

Comments let you annotate your prompts without affecting the model’s behavior. They are visible only in the Editor and are automatically stripped before the prompt is sent to the model. Use the comment syntax to add notes about design choices, reminders, or explanations for teammates:
/* This section provides context about the user's purchase history */
Adding comments to prompts in Adaline
Place comments near complex sections to explain your reasoning. This makes it easy for team members to understand your prompt structure and iterate on it later.

Use variables in text

Variables make your prompts dynamic and reusable. Instead of creating separate prompts for different scenarios, build one template that adapts based on variable inputs. Define a variable by wrapping its name in double curly braces anywhere in your message text:
Write a haiku about {{topic}} that evokes {{emotion}} and includes {{element}}
Variables are automatically detected and appear in the Variable Editor, where you can set their values before running the prompt. Defining variables in the Adaline Editor
Variable names can only contain letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Spaces, periods, and special characters are not allowed. See variable naming rules for details.

Next steps

Use Images in Prompts

Add image inputs for multi-modal prompts.

Multi-shot Prompting

Teach the model with example input/output pairs.