Generate Text
The Generate Text task is an AI module designed to generate textual content based on a specified prompt.
Configuration
- Text description, a text area where you can write the prompt for text generation. The prompt value can be customised using dynamic parameters, such as:
#>param_string<#. An example of a configurable prompt: "Summarise Dante's Divine Comedy"
Usage
- Enter a prompt in the Text description to define the generation request.
- Use dynamic parameters to make the task flexible and adaptable to different inputs.
Configuration Example
- Text description: "Summarise the book
#>book_title<#in 100 words."
With this setup, the task will generate a summary of the book specified in the >#book_title<# parameter.
Output Parameter
Upon completion of its execution, this task exposes a single Output Parameter that can be reused in subsequent tasks.
- result: This parameter can return either an error message or the result of the task execution (the generated text). This value can be used as input in subsequent tasks (e.g. "
>#task_name.result<#")
Notes
The Generate Text task is a versatile tool for automating content creation, improving efficiency and response personalisation. Beyond descriptive or informational texts, it can generate code, translations, JSON structures or other structured outputs, adapting to multiple operational needs.