Generate Text Block
Use an AI model to generate text in your AI Agents.
Last updated
{
"title": "string",
"summary": "string",
"date": "string"
}Title,Summary,Date{{#if myVariable}}
Use {{myVariable}} to perform this task.
{{else}}
Perform a default action if myVariable is undefined.
{{/if}}{{#if customerName}}
Write a thank-you email to {{customerName}}, highlighting our latest offers.
{{else}}
Write a general thank-you email to all customers, highlighting our latest offers.
{{/if}}{{#if userType}}
{{#if isPremium}}
Generate a personalized message for our premium user {{userType}}.
{{else}}
Generate a message for our standard user {{userType}}.
{{/if}}
{{else}}
Generate a message for a general audience.
{{/if}}